and can create a script from scheduleFunction?
I would need to create based on the request how can I do?
function test(arg, time)
if pippo == nil then
pippo = 1
end
trigger.action.outText(pippo, 5)
pippo = pippo + 1
return time + 1
end
do
timer.scheduleFunction(test, nil, timer.getTime() + 1)
end