Spawn an actor to a different scene

Is this possible?

Comments

  • AJaymzAJaymz Member, PRO Posts: 164

    @bubblegmkd

    Here is one way. Create game boolean called Spawn.

    When you want to spawn a certain actor into another scene, just change game.Spawn to true.

    In the scenes you want the actor to be spawned, have this rule in an actor in the scene..
    --When game.Spawn is true
    - Spawn (whatever actor)
    - change game.Spawn to false.

  • bubblegmkdbubblegmkd Member Posts: 12

    Thank You!

Sign In or Register to comment.