is there a way to stop spawning characters

I made a rule that when character collides with block spawn power but i want it to only spawn one for each block.

Comments

  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772
    Make an attributed called Spawned, originally set as false, then after that actor spawns a 'power', set Spawned to true. In your rule that spawns the 'power' only let it spawn when Spawned is false. Hope that makes sense.
  • pipepipe Member Posts: 54
    edited June 2013
    :D
Sign In or Register to comment.