Page 1 of 1

Random Actor Creation at Timed Intervals

PostPosted: Sun Oct 08, 2006 2:20 am
by Bluez
How can I using Script create a Actor that Creates another Actor at Timed Intervals.

Example would be 10 secs createActor then 20 secs createActor and so on...

Anyhelp would be appreciated Thanks.

Bluez

PostPosted: Mon Oct 09, 2006 5:39 pm
by makslane
After create your timer definition, you can use the CreateTimer function to change the timer value:

Code: Select all
CreateTimer("Event Actor", "my tymer", time);
time *= 2; //For the next call


And call the Create Actor action in the Timer event