one button spawn multiple actors

alexxxhpalexxxhp Member Posts: 161
edited November -1 in Tech Support
how can you make a actor button to spawn multiple actors everytime I touch it just 1 button spawn multiple actors on screen everytime it is touched

Comments

  • GamexcbGamexcb Member Posts: 179
    Make a variable and all actors that will spawn will spawn when the variable is true and when it is false it does not.

    var = 1 : Spawn
    var = 2 : No spawn
  • alexxxhpalexxxhp Member Posts: 161
    sort of like a blackjack game there is a button to hit for the next card that is the button I want to keep giving a card from random cards in the game
  • GamexcbGamexcb Member Posts: 179
    Thats how I would do it put the attribute in the game section.
Sign In or Register to comment.