|
发表于 2022-11-30 19:35:17
|
显示全部楼层
用聊天触发
检测敏感字
然后弹提示
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
|
|