wf3051008 发表于 2021-6-28 10:53:54

聊天触发响应函数没有用。?????

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


这个聊天框输入消息响应函数没有响应
页: [1]
查看完整版本: 聊天触发响应函数没有用。?????