dreamlife 发表于 昨天 11:50 PM

mushclient wait的問題(已解決)

本帖最后由 dreamlife 于 2025-9-13 02:09 AM 编辑

require "wait"
wait.make (function ()
Execute ("hi")
wait.time (2)
Execute ("hihi")
wait.time (2)
Execute ("hihihi")
end)
上面是我copy來的範例,用了幾天都好好的
然後今天出現One of your scripts (in 'World') just did something that requires TRIGGERS to be enabled, but they aren't. Please check your configuration settings.
這是怎麼了? 該如何排除?

creat 发表于 昨天 11:52 PM

需要你打开触发器功能

dreamlife 发表于 8 小时前

creat 发表于 2025-9-12 11:52 PM
需要你打开触发器功能

找到原因了,其中一個alias沒弄好,導致觸發迴圈亂掉,
要找原因就把觸發關掉,又搞出另一個問題,現在我搞懂了
謝謝
页: [1]
查看完整版本: mushclient wait的問題(已解決)