Donation Shop
Overview
Creator:
MoscowModder
Added: 20 Sep 2014
Tags:
FFC
|
View Script |
Information
Requested by Kurt91
This script makes a shop, similar to the NES shop/info/what-have-you rooms, which lets you donate money (like the fairy queen in LttP, donation jar in TP, etc) until you reach a certain amount an win a reward.
This script makes a shop, similar to the NES shop/info/what-have-you rooms, which lets you donate money (like the fairy queen in LttP, donation jar in TP, etc) until you reach a certain amount an win a reward.
Description Setup Reviews Comments
Requires stdExtra.zh
Be sure to set COLOR_WHITE in stdExtra.zh to an appropriate value. color number = (CSet # * 16) plus number within CSet, from 0 to 15.
Set up an FFC with this script, and the following parameters:
D0: Index of the Screen->D variable to store donation amount
D1: The amount to donate
D2: The total amount of money before getting the reward
D3: Reward item
D4: Message to play when donating
D5: Message to play when you get the item
To make multiple tiles for different amounts, copy the FFC and change D1 (amount), and optionally D4 (message).
Be sure to set COLOR_WHITE in stdExtra.zh to an appropriate value. color number = (CSet # * 16) plus number within CSet, from 0 to 15.
Set up an FFC with this script, and the following parameters:
D0: Index of the Screen->D variable to store donation amount
D1: The amount to donate
D2: The total amount of money before getting the reward
D3: Reward item
D4: Message to play when donating
D5: Message to play when you get the item
To make multiple tiles for different amounts, copy the FFC and change D1 (amount), and optionally D4 (message).


