GreenBanana
Member
Gamemazta":13pdixj0 said:What code do I have to use if I want an event to use the party changer? I want my game to use a crystal to change the party.
I'll field this question. Just give me a moment to find the countless answers to this littered throughout the thread.
Actually, that'll take too damn long, like navigating or searching for a relevant post on any thread on any forum, and I want to be old enough to still get an erection by the time I finish this answer. It's not easy when I still have to look at those goddamn newbie-to-the-internet-made-these message icons up there.
Let's think of this more like hitting a new milestone, plus it'll fill in this area here so nobody can catch AIDs or whatever it is they get by making a double post.
Code:
$scene = Scene_Party.new(min_members, max_members, forced_members, locked_members)
max_members = maximum members (kind of archaic phrasing, but okay)
Slylock Fox's Kid's Corner Funny Fact: Minimums should be lower than maximums.
forced_members = An array of the Actor IDs for those actors who you want to "force" to be in your party. Arrays look like this: [1, 2] Some high mathemagicians theorize that you don't need to use 1 and 2 and can use whatever sensible numbers you want as long as each number is separated by a comma (slang term for Dali's period).
locked_members = Actors who have been incarcerated for public drunkenness. You force which position in the party the forced actors must be in, even though it doesn't matter much because RMXP doesn't let you dash, doesn't count your battle victories for you, and it doesn't let you care which character is on point. All in all, WELL worth the SIXTY ($60, less than a barrel of crude oil, maybe it's still more at this point but not for long) USD you paid for it, right? I hope I sell my game to 61 people because a game made with this is barely worth a dollar (unless you like ripped, mismatched sprites, poorly rendered midi and nonlooping MP3 and Chrono Trigger/Final Fantasy VII/Kingdom Hearts/Sailor Moon/Torchwood/Alien Nation crossover fanfiction emo drama).
Oh, right, I was supposed to explain it, wasn't I. You set which Actor IDs go in which sequential spot, and use nil for a placeholder I think. Like: [1, nil, 3]