Spawning Random Actors from another actor

TopoftheTempleTopoftheTemple Member Posts: 6
edited July 2012 in Working with GS (Mac)
I'm trying to spawn a random actor (game lore sticky note actor) upon touching an item dropped from a defeated enemy. I already have the enemies dropping the item, but I don't know how to spawn a random actor once players have touched the item.

Thanks.

Best Answer

  • jonathan_panjonathan_pan Posts: 21
    Accepted Answer
    @Wideline_Productions,create an integer and call it spawn what actor. Then create a rule and say if touch is pressed change game.spawn what actor to random 1 to any number you want.game.spawn whatactor is equal to 1 spawn this actor and so on increasing the number each time.
    Hope this helps.
Sign In or Register to comment.