Spawning different actors on the same spawner?

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

  • SocksSocks London, UK.Member Posts: 12,822

    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

  • zajinakajazzzajinakajazz Member Posts: 43

    thanks mate gonna try this one.

  • Chr0nosChr0nos Wondering Vagabond AustraliaMember Posts: 113

    @Socks said:
    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

    @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.

Sign In or Register to comment.