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.
這是怎麼了? 該如何排除?