"Splitting" your party?

Started by Holyrapid, June 06, 2009, 05:59:43 am

Previous topic - Next topic

Holyrapid

If this is in the wrong place, feel free to move it where it belongs.

Now i was wondering, can i kinda "split" the party if i´m using catepillar? Or the normal view?
I mean, when at an inn, when you go to sleep, your party goes to different beds. Like in the s/nes Final Fantasies.
I think this could be done with events, but it could get complicated very quickly. I mean, condaitional brancehes to check if someone is in your party, and then setting their move route...
So can this be done by somehow using the script-call event? 

Blizzard

June 06, 2009, 06:36:11 am #1 Last Edit: June 06, 2009, 06:38:26 am by Blizzard
Turn off the caterpillar and use events instead of the caterpillar guys. It's actually not all that complicated to set up the event. You can also cheat.

$game_map.events[ID].character_name = $game_party.actors[POSITION].character_name
$game_map.events[ID].character_hue = $game_party.actors[POSITION].character_hue


You will also need this script in the editor:

class Game_Character

  attr_accessor :character_name
  attr_accessor :character_hue

end
Check out Daygames and our games:

King of Booze 2      King of Booze: Never Ever
Drinking Game for Android      Never have I ever for Android
Drinking Game for iOS      Never have I ever for iOS


Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.