Page 1 of 1

Activation Event with Script Mystery

PostPosted: Thu Apr 15, 2004 6:27 am
by jazz_e_bob
Excuse me.

Image

How do I trigger an activation event on an actor through script?

I have tried:

SendActivationEvent("startGame");

( I want to run the Activation Event script on the actor called startGame. )

Regards,

Columbo :wink:

PostPosted: Thu Apr 15, 2004 11:52 am
by makslane
If you put on actor startGame this event:

On ActivationEvent from "actor1"

Then you must use SendActivationEvent("startGame") into actor1

Otherwise, use, on startGame actor:

On ActivationEvent from "Any Actor"

PostPosted: Thu Apr 15, 2004 3:42 pm
by jazz_e_bob
Of course. Of course. Silly me. :)

Image

Thankyou sir.