DelMapNpc » 历史记录 » 版本 1
machenhe, 2022-05-07 15:43
1 | 1 | machenhe | _*%{color:green}delMapNpc%*_ |
---|---|---|---|
2 | |||
3 | 系统调用的删除NPC命令,可定时删除使用createMapNpc创建的指定NPC |
||
4 | |||
5 | 标签:命令定义|delMapNpc |
||
6 | |||
7 | *格式* |
||
8 | |命令名 |参数1 |参数2 | |
||
9 | |delMapNpc |npc名称 |地图id | |
||
10 | |||
11 | 说明: |
||
12 | * 参数1: NPC名称 |
||
13 | |||
14 | * 参数2: 地图id,不写则删除所有地图上由CreateMapNPC创建的指定NPC |
||
15 | |||
16 | - |
||
17 | - |
||
18 | |||
19 | *%{color:deepskyblue}特戒引擎脚本示例:%* |
||
20 | |||
21 | %{color:green}RobotManage.txt% 中: |
||
22 | |||
23 | bq. [<notextile>@</notextile>delMapNpc1] |
||
24 | #ACT |
||
25 | delMapNpc testNPC1 3 |
||
26 | sendmsg 6 testNPC1 删除 |
||
27 | |||
28 | bq. [<notextile>@</notextile>delMapNpc2] |
||
29 | #ACT |
||
30 | delMapNpc testNPC2 |
||
31 | sendmsg 6 testNPC2 删除 |
||
32 | |||
33 | |||
34 | %{color:green}AutoRunRobot.txt% 中: |
||
35 | |||
36 | bq. #AutoRun NPC SEC 15 @delMapNpc1 |
||
37 | #AutoRun NPC SEC 10 @delMapNpc2 |
||
38 | %{color:lightgrey};自动运行,每15秒执行@delMapNpc1,每10秒执行@delMapNpc2方法% |