Save-Point
Equipment on Actors - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Games Development (https://www.save-point.org/forum-4.html)
+--- Forum: General Support (https://www.save-point.org/forum-18.html)
+--- Thread: Equipment on Actors (/thread-6729.html)



Equipment on Actors - Keeroh - 07-12-2017

Hello!
I am doing a minigame that you have to manage and train a lot of different party members. Everything was going well until I saw that when an actor is removed from the party all the equipped armors and weapon in that actor are removed from him and go back to your inventory. Is there a way to prevent this from happening?

I tried looking for an option to change the starting equipment, but so far i haven't found anything. Does anyone have an idea of what to do?


RE: Equipment on Actors - kyonides - 07-13-2017

That's not the default behavior for equipment management so that depends completely on the equipment script you have implemented on your game, Keeroh.


RE: Equipment on Actors - DerVVulfman - 07-14-2017

When you bring an actor back, are you using the Change Party Member Event command, do you have the 'Initialize' option checked or turned on? It is a 'reset' command. When it is turned on, you reset the actor. Turn it off, and the actor joins/rejoins the party exactly how he left.


RE: Equipment on Actors - Keeroh - 07-14-2017

Oh, I see! I didn't even knew that this option existed xD
I tried unchecking the initialize option and now it's working just fine, thanks for the helpĀ  Blushing + Cheery