正在加载文档

指定触发脚本标签

最后更新:2026-08-10 14:29
<!-- mindoc:slug=aa-1hgloo4uukkl8 --> #### 命令: >GOTONPCLABEL 参数1 参数2 #### 参数说明: |位置|说明|备注| |:----|:---|:--- |参数1 |触发脚本|0:当前NPC / 1:QManage.txt / 2:QFunction-0.txt / 3:RobotManage.txt| |参数2 | 触发标签 || #### 示例: ``` [@测试脚本] #IF CheckLevelEx > 0 #ACT GOTONPCLABEL 0 @测试触发 SENDMSG 5 触发当前NPC脚本中[@测试触发]标签 break [@测试脚本] #IF CheckLevelEx > 0 #ACT GOTONPCLABEL 1 @测试触发 SENDMSG 5 触发QManage.txt脚本中[@测试触发]标签 break [@测试脚本] #IF CheckLevelEx > 0 #ACT GOTONPCLABEL 2 @测试触发 SENDMSG 5 触发QFunction-0.txt脚本中[@测试触发]标签 break [@测试脚本] #IF CheckLevelEx > 0 #ACT GOTONPCLABEL 3 @测试触发 SENDMSG 5 触发RobotManage.txt脚本中[@测试触发]标签 break ```
0.059507s