Spawn a certain number based off a set or a attribute.
cwbh10
Member Posts: 52
I know this isn;t a feature yet, but I thought I had my own work around it... I had a input which would be the desired amount, then I had the amount of actors on screen, would start as one, and I would make a rule saying: If input > Actors, spawn actor (Random location), and add actors+1 until they were the same. Unfortunately this isn't the case and it doesn't work at all. Much help would be nice as I NEED this for my app.
Will post screeny/video if needed.
Will post screeny/video if needed.
Comments
have a rule that says:
while spawnedActors is <= actorsOnScreen
timer every .5 seconds
spawn actor at random location
spawnedActors = spawnedActors+1
you need the timer for it to keep running, otherwise it'll just run though once
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
While Gold # is > Gold on screen... Your code.
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left