I made a wrong code, in fact I started to send a message entering in the stack, then this event call the same recursive function!!
Look at an example here:
Code: Select all
on openStack
send myMessage
end
on myMessage
send myMessage
end
Please help me!
What can I do to lock the event so I can update it?
Thank you
