Activation Event QUESTION :D
Posted: Tue Nov 08, 2011 2:47 am
How does it work?
Game Editor discussion board
http://game-editor.com/forum/
SendActivationEvent("actorname.1");
skydereign wrote:It sends an event to the clone, actorname.1. The event takes place while the current script gets paused. When it finishes, it jumps back to the script and finishes it. The actorname actor though needs to have an event tied to the activation.