Code: Select all
function timerActivated(timer)
if timer.level == party.level then
print("tick")
end
end
(those timers could be created by the script too, less manual setup)
Code: Select all
function timerActivated(timer)
if timer.level == party.level then
print("tick")
end
end