Got it to work(had unexpected ; @ line 735
Changed:
const actor = (actorId > 0) ? $gameActors.actor(actorId) || $gameParty.leader();
to:
const actor = (actorId > 0) ? $gameActors.actor(actorId) : $gameParty.leader();
also removed line 1587 to get rid of the Menu(Using the VS menu...
28 notifications, and like 30 emails. And I was only gone for six hours. Yeah, I think I'm done for the day.
Also, I think I have a not secret admirer. Hooray...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.