Jump to content

Heart Piece Message

Overview
Creator: MoscowModder Added: 30 Apr 2014 Tags: Item
Rating[?]: Rating: 4.6/5 (4 ratings)
View Script
Information

Description Setup Reviews Comments

After adding the script to your file, make a different string for each number of heart containers. Example: "You got a heart piece! Collect 3 more to form a new heart container" and "You got your fourth heart piece! You now have a new heart container." Assign this script to the Heart Piece's pickup script slot, and set D0-D3 to the four strings in order from 1st HCP to last HCP. If all of the scripts are in sequential order, you can just set D0 and the rest will be filled in automatically.

If you don't have four Heart Pieces per container, you will need to use the new version of the script. This one requires that all the messages must be in order. If the messages are more than one string long, the first string of each message must be in a row.
Example:
10. Message1
11. Message2
...
15. Message6
16. Message1 continued
...

Only requires std.zh, which is included with ZC.