12-18-2013, 04:46 AM
If you set up actor #21 to be the one who has access to the 'miriam' trade, then you change:
to
The below section lets you apply different actors to different 'trades'. Only one 'trade' per actor.
Code:
when "Miriam" ; $game_actors[9].exp += exp_temp
Code:
when "Miriam" ; $game_actors[21].exp += exp_temp
The below section lets you apply different actors to different 'trades'. Only one 'trade' per actor.
Code:
# List your actors here (based on trade)--------------
when "Miriam" ; $game_actors[9].exp += exp_temp