joman195 9 Report post Posted August 29, 2010 (edited) For this tutorial you will need: 1+X Common Events X=number of pets X Items X number of actors 2 switches First Make the actors that are pets, make them how you want. Then make accessories with the same names. Go to your common events tab and name the first one unequip pet. Set it to parallel and make a switch, you need to know how to make Automatic Switches so make that switch an automatic switch. Make a conditional branch for each item equipted, make sure the checkbox IS checked. now ignore the top and go under where it says else and remove the pet actor from party. When you're done it should look like this. Now make all the common events for your pets, as shown above. Set each to parallel and make a new switch. Make this an auto switch too. In each common event make a conditional branch, this time uncheck the box and set the condition to the accessory of the pet equipped. Then add the pet actor to party. When you are done it should look like these. And there you have it! Edit: Made images less blurry. Edited September 6, 2010 by joman195 3 Marked, CrimsonInferno and Kiriashi reacted to this Share this post Link to post Share on other sites
CrimsonInferno 35 Report post Posted August 29, 2010 Hey, thanks for this! Its a really great tutorial, easy to understand and thank you for including images! :D Share this post Link to post Share on other sites
rgangsta 43 Report post Posted August 29, 2010 O.o I really needed something like this. It's for a doppleganger power in my game. Share this post Link to post Share on other sites
Kiriashi 117 Report post Posted August 29, 2010 Nice tutorial! ^_^ I hope to see more. A quick suggestion: PNG files are a bit higher quality than PNGs; if you were to use them instead the images wouldn't look so blurry. Share this post Link to post Share on other sites
WhiteRabbit 3 Report post Posted September 3, 2010 Does this only work for one character? Like in your Script I assume "Saiken" is the Main character, Would I have to make more than one version of this code for more than one character? Though I assume yes, Would I use a conditinal branch like if someone already has say "Red Wolf" equipped, then do NOT add party member? <though I suppose it wouldn't add a character 2x to a party though...> Share this post Link to post Share on other sites
joman195 9 Report post Posted September 3, 2010 (edited) You could, but I feel it's more user friendly to have one character equip pets because it dosen't take a whole lot. And there is no scripting in this (except for a few auto switches but I personally don't think that counts.) Edited September 3, 2010 by joman195 Share this post Link to post Share on other sites
WhiteRabbit 3 Report post Posted September 3, 2010 My lingo is terrible! I meant Event,sorry about that. I was curious just so I have an open option of another Main Character having one. I might try to mess with the event <if you don't mind?> to include another Main character equipping one and removing a possibility of Duplicates, though I suppose controling Dupes isn't entirely neccesary. By all means I'm not saying you couldn't! Share this post Link to post Share on other sites
Kiriashi 117 Report post Posted September 3, 2010 Hmm.. Perhaps this could become a script. I have been inspired. And Ms. Bunny, of course he doesn't mind. He posted the tutorial so other people could make the system. ^~^ Share this post Link to post Share on other sites
Dark Den 4 Report post Posted September 3, 2010 Always thought pet systems were gonna be deathly hard but seems i was mistaken :sweatdrop: Thanks :alright: Share this post Link to post Share on other sites
Thalesrar 0 Report post Posted March 11, 2011 Yeah just thinking about it, do you really need the unequip common event?< the way i see it you can do : Cond branch : Saiken is Fairy Equipped Add Fairy to party Else Remove Fairy from party. ^ All that in 1 single branch and event :/ Share this post Link to post Share on other sites
joman195 9 Report post Posted March 11, 2011 1. Don't Necropost. 2. Yes but that was before I was fluent with event systems. Share this post Link to post Share on other sites
Thalesrar 0 Report post Posted March 12, 2011 Necro or not this is useful and i need as most info about this thing possible, problem is i did exactly what you show up there (including automatic switches) yet it doesn't work. Share this post Link to post Share on other sites
joman195 9 Report post Posted March 12, 2011 Make a new topic then and I will help you out. Share this post Link to post Share on other sites