Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(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);