功能操作的脚本命令:设置下线触发脚本
功能:[+] 如果人物设置了安全区下线自动挂机(SETOFFLINEPLAY ON)
大退自动挂机之前,触发 QFunction 的 [@OnLogout_OffLinePlaying]
小退则触发 QFunction 的 [@OnLogout_SoftClosing]
格式:
QFunction.txt文本中
[@OnLogout_OffLinePlaying]
#IF
#ACT
SENDMSG 0 玩家[%s].离开了游戏
Break
[@OnLogout_SoftClosing]
#IF
#ACT
SENDMSG 0 玩家[%s].小退可能要切换角色来杀你们了哦
Break
页:
[1]