|
发表于 2017-4-30 15:33:17
|
显示全部楼层
P版确实有你说的这段:
===============================================================
function songxin_finish()
map.rooms["sld/lgxroom"].ways["#outSld"]="huanghe/huanghe8"
sx1zhen=0
sx1miao=0
sx1rou=0
sx1xian=0
sx1kuai=0
sx1man=0
sx1gang=0
sx1qi=0
sx2zhen=0
sx2miao=0
sx2rou=0
sx2xian=0
sx2kuai=0
sx2man=0
sx2gang=0
sx2qi=0
dis_all()
flag.find=1
flag.times=1
locate()
sxjob.sx2=0
exe('follow none')
job.time.e=os.time()
job.time.over=job.time.e-job.time.b
messageShowT('送信任务:任务完成!用时:【'..job.time.over..'】秒')
if locl.area=='不知道哪里' then
locl.area=job.area
Note('无法确定当前地点,设定当前地点为任务地点。')
end
EnableTrigger("hpheqi1",true)
EnableTriggerGroup("sx2refuse",true)
EnableTriggerGroup("songxin2_check",true)
return check_halt(songxin2_consider)
end
===============================================================
没法直接搬到F版吧?我试试转到P版 |
|