Spawning different actors on the same spawner?
zajinakajazz
Member Posts: 43
Hi guys, I was wondering if spawning different actors on random sequence on the same spawner is possible? Also, can I give % chance occurrence to an actor to spawn? Thanks!
Comments
Change attribute X to random(1,10)
Rule, if X = 1
Spawn Actor 1
Rule, if X = 2
Spawn Actor 2
Rule, if X = 3
Spawn Actor 3
Rule, if X = 4
Spawn Actor 4
Rule, if X = 5
Spawn Actor 5
. . . .etc
thanks mate gonna try this one.
@Socks , mate, you're a legend. I've been stuck on this for ages. Thank you for spelling it out for us n00bs! Works like a dream.