|
楼主 |
发表于 2019-1-16 11:01:42
|
显示全部楼层
岳灵珊么?就是这个函数,没改过
huashan_yls_ask=function(n,l,w)
DeleteTimer("ylsgive")
EnableTriggerGroup("huashan_yls",false)
DeleteTriggerGroup("huashan_yls_ask")
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
if w[2]=='一' and dohs2==0 then
return check_bei(huashan_yls_lbcx)
else
return check_bei(huashan_heal)
end
end |
|