Change attribute for few seconds
Disimob
Member, PRO Posts: 32
Hi
Maybe there is a super easy answer to this question... But i m not able to change an attribute for 2seconds. I change attribute for example boolean fromfalse to true and then i put a rule when attribute is true after 2 second change attribute to false.
No way it doesn t run,
please give me an hand!
S
Comments
You may want to post a screenshot of your rules (upload the image to a file-sharing site and then post the link here). Here's how the rule should work:
When attribute game.boolean is true
Timer after 2 seconds
Change attribute game.boolean to false
Try adding Log Debugging Statements before, within, and after the rule to see what's getting triggered.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Thanks a lot it s perfect!!