@ Hironimus656
Can you tell me which lines you editet exactly and how? I don´t EVEN have a noobish scripting knowledge...because I have less than that : (
Add this:
$game_party.gain_gold(gold)
to line 240 of the BATTLE SCENE script below materials. It should then look like that:
#--------------------------------------------------------------------------
# * Display Gained Experience and Gold
#--------------------------------------------------------------------------
def display_exp_and_gold
exp = $game_troop.exp_total
gold = $game_troop.gold_total
text = sprintf(Vocab::Victory, $game_party.name)
$game_party.gain_gold(gold)
# Wait 20 frames