I need a script for my horror game where it displays 3 hearts in the corner of the screen and when a

● ARCHIVED · READ-ONLY
Started by tearsofthenight 4 posts View original ↗
  1. any scritps?
  2. I'd do it without scripts.


    Use a variable to keep track of how many lives, update that when an event touches you, then have it call a common event. In the common event, do conditional branches based on the variable's value to determine which image to use in a Show Picture command.
  3. What Shaz said -- you don't need scripts for this at all, and I really don't think that this trend of "which script can I use" is good for the community as a whole. Eventing can be pretty powerful, so learn how to do it.