how to spawn randomly
sarifluca
Member Posts: 3
sup
kinda know a bit bout gamesalad, just cant remember how or if you can spawn an actor randomly.
for example, if an enemy dies i want it so theres a (random) chance that a random powerup will spawn.
thnx
Comments
Yes
Google spawn random actor gamesalad
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
You can use the random(1,2) and set attribute to set a global attribute.
Then, you can use a rule that only spawns if that attribute = 1.