Comments

Log in with itch.io to leave a comment.

(1 edit)

Am I able to change the FPS sprtie to show a different weapon that's equipped?

Like if the play has a sword equipped I can make it show that. And if they equip a dagger I can have it changed to a dagger sprite?

(1 edit)

I have added this feature in 1.1. Call the following script call to change the image:

 $gameActors.actor(actorId).setFpvBattlerName(battlerName);