指定触发脚本标签
指定触发脚本标签
TJ_GoToLable 参数1 参数2
参数位置 |
参数说明 |
参数1 |
触发脚本(0:当前NPC / 1:QManage.txt / 2:QFunction-0.txt / 3:RobotManage.txt ) |
参数2 |
触发标签 |
[@测试脚本]
#IF
CheckLevelEx > 0
#ACT
TJ_GoToLable 0 @测试触发
SENDMSG 5 触发当前NPC脚本中[@测试触发]标签
break
[@测试脚本]
#IF
CheckLevelEx > 0
#ACT
TJ_GoToLable 1 @测试触发
SENDMSG 5 触发QManage.txt脚本中[@测试触发]标签
break
[@测试脚本]
#IF
CheckLevelEx > 0
#ACT
TJ_GoToLable 2 @测试触发
SENDMSG 5 触发QFunction-0.txt脚本中[@测试触发]标签
break
[@测试脚本]
#IF
CheckLevelEx > 0
#ACT
TJ_GoToLable 3 @测试触发
SENDMSG 5 触发RobotManage.txt脚本中[@测试触发]标签
break