Timer and spawning actors
Weswog
Member Posts: 1,171
How would you keep the spawning of actors not even with each other and don't always have the same time each time spawned? So kind of random spawning except it has to stay within the spawn actor.EDIT:I also don't want it to spawn to fast.
Cheers, Weswog
Cheers, Weswog
Comments
In the timer -
Every (1,5) - (This is the random function. This case it will spawn every 1-5 secs. Replace this with any numbers.)
Spawn actor
EDIT: Is it affected by unlocking an actor and double clicking it?
Cheers, Weswog:)
When you open the expression editor there is a drop down box. Click on that & you see the random function. Click that & then input your numbers in there. Try doing it this way instead of just typing it. Not sure why it would crash for you. I've used the expression editor in this way a lot.
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
So i don't know if i'm missing anything and it spawns the same time each time or I just don't see the difference.
EDIT: I think I can fix it by putting different min and max for each so it looks random
Cheers, Weswog
Cheers, Weswog