-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCommand_Layout.txt
65 lines (43 loc) · 2.09 KB
/
Command_Layout.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
Before >>
----- CONSOLE -----
/nr Player -->
Most Recent NPC [uses reply]
/idm NPC_ID Player --> NPC to Player Message [Reply, Type: 0] (/NPCID)
/idg NPC_ID Group --> NPC to Group Message [Reply, Type: 2, GroupReply] (/NPCID)
Private Public (Local)
/idm NPC_ID: 2 Player NPC_ID: &dKoi: Hello
----- Player -----
/msg --> Message Player/NPC
/gmsg --> Messages Group
/r --> Replies to Recent Private Message
/gr --> Replies to Recent Group
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
------------------------------------------------------------------
After >>
----- CONSOLE -----
/nr Player -->
If Type 0: Most Recent NPC [uses reply]
If Type 1: Most Recent NPC [uses reply]
If Type 2: Most Recent NPC to Recent Group [uses reply and groupreply]
/lr NPC Player -->
If Type 0: Does /idm NPC Player [uses reply]
If Type 1: Does /idp NPC Player [uses reply]
If Type 2: Most Recent NPC to Recent Group [uses reply and groupreply]
/gr Group --> Reply as Most Recent NPC to a Group [uses groupnpc]
/idm NPC Player --> NPC to Player Message [Reply, Type: 0]
/idp,idl NPC Player --> NPC to Public Player Message [Reply, Type: 1]
/idg NPC Group --> NPC to Group Message [Reply, Type: 2, GroupReply, GroupNPC]
----- Player -----
/msg --> Message Player/NPC Reply: "Koi", ReplyType: 0
/pmsg,lmsg --> Messages Private Public Reply: "Koi", ReplyType: 1
/gmsg --> Messages Group GroupReply: "TSQD", ReplyType: 2
/r -->
If Type 0: Replies to Most Recent Private Message
If Type 1: Replies to Most Recent Private Public Message
If Type 2: Replies to Most Recent Group Message