- Joined
- Jul 15, 2013
- Messages
- 4
- Reaction score
- 3
- First Language
- English
- Primarily Uses
This script is sweet.
I made a short common event that, pending a certain title is set, equips a weapon/armor.

I thought I'd be able to simply insert '$game_temp.reserve_common_event(event_id)' into def initialize_current_title and through lazy-magic it would work.
It does work somewhat, but parameter and stat changes from the equip aren't shown until I close and re-open the menu. How would I fix this?
I made a short common event that, pending a certain title is set, equips a weapon/armor.

I thought I'd be able to simply insert '$game_temp.reserve_common_event(event_id)' into def initialize_current_title and through lazy-magic it would work.
It does work somewhat, but parameter and stat changes from the equip aren't shown until I close and re-open the menu. How would I fix this?

