Hello.
I am using custom made graphic (and various bonuses linked to weapon type + variables).
Based on this - bonuses and also actor graphic should change when actor change equipment.
If he changes axe to sword, it should be represented on his graphic, and variable SwordMastery should be used to calculate bonuses - simply using
$game_actors[ActorID].equips[WeaponTypeID].wtype_id
I can do everything I need inside common event. I just dont know HOW call my event, after EquipScene Window is closed.
Will I need a plugin or is there any way?
Of course I can use a paralel event to periodically check "if anything changed with equipmentfor any party member" but I want avoid as many paralel events as possible.
Start an common event on closing equip scene ***SOLVED***
● ARCHIVED · READ-ONLY
-
-
You'll need a plugin for this, as you don't have any way to trigger the common event directly.
-
Thank you Andar. I asked in plugin request then.