行为
delMapNpc
系统调用的删除NPC命令,可定时删除使用createMapNpc创建的指定NPC
标签:命令定义|delMapNpc
格式命令名 | 参数1 | 参数2 |
delMapNpc | npc名称 | 地图id |
- 参数1: NPC名称
- 参数2: 地图id,不写则删除所有地图上由CreateMapNPC创建的指定NPC
特戒引擎脚本示例:
RobotManage.txt 中:
[@delMapNpc1]
#ACT
delMapNpc testNPC1 3
sendmsg 6 testNPC1 删除
[@delMapNpc2]
#ACT
delMapNpc testNPC2
sendmsg 6 testNPC2 删除
AutoRunRobot.txt 中:
#AutoRun NPC SEC 15 @delMapNpc1
#AutoRun NPC SEC 10 @delMapNpc2
;自动运行,每15秒执行@delMapNpc1,每10秒执行@delMapNpc2方法