功能:SetRecallPoint 记录人物当前所在地图和坐标.
CheckRecallPoint 检测人物是否记录了传送坐标.
RecallPointMove 把人物传送到已经记录的坐标.
说明:人物坐标存放在EnvirUserDataHumRecallPoint.txt中.
每给人物可以个保存6个坐标点(1-6)
脚本显示记录坐标使用: <$RecallPointX> <$nMoveXX> <$nMoveYX> (后面X=1-6)
;记录坐标
[@RecallPoint]
#IF
#ACT
SetRecallPoint 1
;清除当前坐标
[@RecallPoint]
#IF
#ACT
SetRecallPoint 1 0
;传送到坐标.
[@RecallMove]
#IF
CheckRecallPoint
#ACT
RecallPointMove 1