Hey guys, I wanted to make a little system for a game in RPG Maker XP, where when you win a battle the game counts the number of enemies you killed over a certain period of time and will give you bonus xp for higher amounts of kills. The only way I could do this is if I could call a common event during the battle end report but I'm not sure how to do it.
I tried placing $game_temp.common_event_id = [27] in all the scripts that modifies the battle end report but it doesn't seem to be working. Any help would be greatly appreciated. Thanks in advance!
I tried placing $game_temp.common_event_id = [27] in all the scripts that modifies the battle end report but it doesn't seem to be working. Any help would be greatly appreciated. Thanks in advance!