Hi,
What is the function to change the player's sprite with a script?
I am used to RPG maker XP, where I would use $game_party.actors[0] to refer to the player, but I can't work out what that would be in MV JavaScript.
I have tried $gameParty.members(0).setCharacter(str, 0);
Where str is my image name as a string, however this does not work.
Also, what order do the indexes go in for the second parameter in setCharacter?
What is the function to change the player's sprite with a script?
I am used to RPG maker XP, where I would use $game_party.actors[0] to refer to the player, but I can't work out what that would be in MV JavaScript.
I have tried $gameParty.members(0).setCharacter(str, 0);
Where str is my image name as a string, however this does not work.
Also, what order do the indexes go in for the second parameter in setCharacter?
