|
发表于 2022-6-5 15:34:18
|
显示全部楼层
huashan_cut=function()
flag.raozhibutton=false
EnableTriggerGroup("huashan_fight",false)
EnableTriggerGroup("huashan_find",false)
DeleteTriggerGroup("huashan_cut")
create_trigger_t('huashan_cut1','^(> )*只听“咔”的一声,你将(\\D*)的首级斩了下来,提在手中。','','huashan_cut_con')
create_trigger_t('huashan_cut2','^(> )*(光天化日的想抢劫啊|乱切别人杀的人干嘛啊|你手上这件兵器无锋无刃|你得用件锋利的器具才能切下这尸体的头来)','','huashan_cut_weapon')
create_trigger_t('huashan_cut3','^(> )*你将(\\D*)的尸体扶了起来背在背上。','','huashan_get_con')
create_trigger_t('huashan_cut4','^(> )*你上一个动作还没有完成!','','huashan_get_con1')
SetTriggerOption("huashan_cut1","group","huashan_cut")
SetTriggerOption("huashan_cut2","group","huashan_cut")
SetTriggerOption("huashan_cut3","group","huashan_cut")
SetTriggerOption("huashan_cut4","group","huashan_cut")
SetTriggerOption("huashan_cut4","keep_evaluating","y")
job.killer={}
fight.time.e=os.time()
fight.time.over=fight.time.e-fight.time.b
messageShowT('华山任务:战斗用时:【'..fight.time.over..'】秒,搞定蒙面人:【'..job.target..'】。')
--return check_halt(huashan_cut_act)
我加到这里了,应该也可以吧? |
|