Spawning actor on different layer?
Hello all,
Is there anyway to spawn an actor on a different layer than the actor that spawned it? If so, how?
Thanks!
-Peter
Is there anyway to spawn an actor on a different layer than the actor that spawned it? If so, how?
Thanks!
-Peter
Comments
Thanks,
Peter.
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS
Thanks!
-Peter
Manager 1
Rule
When game.spwan.call = 1
Spawn baddie 1
Rule
When game.spawn.call = 2
Spawn baddie 2
Rule
When game.spawn.call = 3
Spawn baddie 3
Manager 2
Rule
When game.spwan.call = 4
Spawn baddie 1
Rule
When game.spawn.call = 5
Spawn baddie 2
Rule
When game.spawn.call = 6
Spawn baddie 3
Manager 3
Rule
When game.spwan.call = 3
Spawn baddie 1
Rule
When game.spawn.call = 6
Spawn baddie 2
Rule
When game.spawn.call = 9
Spawn baddie 3
See it's just straight logic just call the number you want to spawn a baddie on the layer you want.
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS