Sending Current action to the back of the trigger queues
is it possible to make a function that is currently running to the back of the ones that are queued up? I was thinking something like a triggersleep(0) would do the trick. any help appreciated
yea, in the main action function of your trigger, whenever you want the function to be called, create a local temporary trigger for it, using what you want, add it an action, and when you're done, destroy the trigger.