|
发表于 2019-5-12 01:14:51
|
显示全部楼层
huashan_yls_ask=function(n,l,w)
EnableTriggerGroup("huashan_yls",false)
DeleteTriggerGroup("huashan_yls_ask")
DeleteTimer("yls_give_timer")
create_trigger_t('huashan_yls_ask1','^(> )*你向岳灵珊打听有关『力不从心』的消息。','','huashan_yls_back')
SetTriggerOption("huashan_yls_ask1","group","huashan_yls_ask")
EnableTriggerGroup("huashan_yls_ask",false)
if w[2]=='二' then
return huashan_yls_back()
end
-- 死相不做hs2 另外做ll时有信的情况下不做hs2
if w[2]=='一' and (dohs2==0 or score.xiangyun=='死' or (lostletter==1 and needdolost==1)) then
return check_bei(huashan_yls_lbcx)
else
return check_bei(huashan_heal)
end
end
这是我的版本,就注释那里改了一下。
也挺好用的 |
|