HeartSystem
Jump to navigation
Jump to search
Contents
Prototype
HeartSystem,X,Y,MAX HEARTS,-,Active time,-
Description
Activates a special heart system so long as active time hasn't run out. The hearts will be displayed on the screen at the X / Y coordinate. MAX HEARTS allows you to collect more than 3 hearts.
Notes
This command lets any heart based character stock more hearts. If you don't want the counter displayed, move the X / Y far off screen, like 5000 / 5000.
Examples
// Activate the heart system with 9 max hearts
HeartSystem,50,500,9,0,0,0