|
发表于 2017-5-18 17:39:39
|
显示全部楼层
huashan_finish=function()
map.rooms["village/zhongxin"].ways["northwest"]="village/caidi"
map.rooms["village/zhongxin"].ways["northeast"]="village/caidi"
EnableTriggerGroup("huashan_over",false)
EnableTriggerGroup("huashanQuest",true)
flag.times=1
hsjob2=0
exe('drop ling pai')
job.time.e=os.time()
job.time.over=job.time.e-job.time.b
messageShowT('华山任务:完成任务,用时:【'..job.time.over..'】秒。')
huashan_triggerDel()
--[[if job.zuhe["wudang"] then
job.last='wudang'
end]]
return check_halt(check_food)
我看了一下huashan.lua里面本来就有这个check_food,但是为什么还是不去学习呢? |
|