Help with rule for energy and such
SquerixStudios
Valencia, CaliforniaMember Posts: 10
I'm having an extreme creativity failure right now and having trouble thinking of a way to have a magic energy counter to where every time a spell is used, change attribute self.Energy to self.Energy-10. and another rule saying if attribute self.Energy is <= to 0, don't allow the player to use the spell for while. The problem is i can't think of a way to not allow the player use the spell if energy is <= to 0. Thanks for any response!
Comments
Place your spell rule or behaviors inside of a rule that says When self.energy > 0.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
That worked! Thanks!