(1) What happened:
Confliction.
When you introduced ろかん's "シンボルエンカウント補助"
with Mog Hunter's "Character EX", latter won't work.
(2) Cause
Aliasing inherited Method.
Aliasing Method(Update) of Class(Game_Character) in "シンボルエンカウント補助".
But Class(Game_Character) does not have own Method(Update).
(3) Solution
I made my own version of it, CC_TracerEvent.
But simply adding Method(Update) before alias might be enough...
No comments:
Post a Comment