#===============================================================================
# ☆ Introduction
#——————————————————————————-
# Simple script to keep track of how much gold the party has earned and spent.
# Doesnt really do anything else.
#
SCRIPT LINK
I’m too stupid to make it work… How do you start it? I tried everything. Please
its always on, as long as the script is there, it will track the gold earned and spent.
script calls:
$game_player.gold_earned
$game_player.gold_spent
Can you then tell me if possible where I can see those tats? I use the calls but I don’t see any pop up nor a tab where I can see that info. Thanks for reply
you wouldnt see a popup or anything. it tracks the value, that is all! If you wanted to see a window with the value displayed, set a variable the value returned by the script call, and then use \v[id] to display the variable in a text box.