Skip to content

Chat Verbs

Chat Verbs
1
2
3
4
5
6
7
8
9
extern const int cPlayerChatVerbInvalid = 0;
extern const int cPlayerChatVerbAttack = 1;
extern const int cPlayerChatVerbDefend = 2;
extern const int cPlayerChatVerbTribute = 3;
extern const int cPlayerChatVerbFeed = 4;
extern const int cPlayerChatVerbCancel = 5;
extern const int cPlayerChatVerbClaim = 6;
extern const int cPlayerChatVerbTrain = 7;
extern const int cPlayerChatVerbStrategy = 8;