spawn actors at random intervals
zombie_farm
Member Posts: 33
Im not sure if this is a bug or if there is a work around.
I just want to spawn an actor every 1 to 7 seconds so that the interval is not consistent.
I made a time-put a random in min 1 max 7
I tried all the options every, for, after with both run to completion on and off.
no luck.. sometimes I can get consistent intervals, like it runs the function once and then sticks with that #
I just want to spawn an actor every 1 to 7 seconds so that the interval is not consistent.
I made a time-put a random in min 1 max 7
I tried all the options every, for, after with both run to completion on and off.
no luck.. sometimes I can get consistent intervals, like it runs the function once and then sticks with that #
Comments
http://dl.dropbox.com/u/3080162/game_spawnTest.gameproj.zip
I came up with a work around though so it works, let me know how this is
http://www.mediafire.com/?5naglgw7xdqh7vh
Thanks