聊天触发
聊天频道常量:<$Chat>

1;           //系统
2;           //喊话
3;           //私聊
4;           //行会
5;           //组队
6;           //附近
7;           //世界
8;           //国家
11;          //联盟

功能:收到私聊信息触发@PrivateChat
[@PrivateChat]
#act
SENDMSG 9 你有一条私聊信息请查收! 

QFunction-0.txt
[@Triggerchat]
#IF
EQUAL <$Chat> 1
#act
SENDMSG 6 你当前系统频道聊天内容为:<$ChatMsg>
break

#IF
EQUAL <$Chat> 2
#act
SENDMSG 6 你当前喊话频道聊天内容为:<$ChatMsg>
break

;禁止发言
#IF
EQUAL <$Chat> 3
#act
stop
SENDMSG 6 当前你禁止发言.


;禁止发言结束下面执行代码
#IF
EQUAL <$Chat> 4
#act
stop
break
#IF
#ACT
GAMEGOLD + 100