So... Sorta need help with this.
I intend to temporarily change the sprite for each party member but I'm sorta clueless as to how I'm to go about doing that.
Is this even possible? Please respond (with an explanation if it is) if you know.
Changing Party Sprites Mid-Game
● ARCHIVED · READ-ONLY
-
-
I think you could use Change Actor Graphic, on the third page of the event commands. Just plug it in with what you want and it should work.
-
There are event commands for that, so it's no problem.
I suggest you take some time off your game project just to explore and learn the editor itself - it will speed up your later game development a lot if you no longer need to ask if an event command exists (there are only three small pages of event commands total).
You can follow the link in my signature to get a guide for how to explore the program and which tutorials to start with. -
On the third page of the Event Commands and under System Settings, select Change Actor Graphic. It'll ask you to select the actor and the graphics you want to change. This is an event command, so you'll need to program the game to make the change when you need it to. If you don't know anything about creating events, then Andar's link and also Grandma Deb's tutorial are good places to start learning.