Announcement

Collapse
No announcement yet.

Switching Characters?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Switching Characters?

    I wanna do a sort of tournament type thing, where my 3 playable characters split up and have 3 seperate 1-on-1 battles, and I would like to play all 3 battles myself. And if it's possible, I would like them to be one after the other.......so my question is, is it possible?

    #2
    Re: Switching Characters?

    Sure. Use the event codes that remove and add chars.

    Comment


      #3
      Re: Switching Characters?

      Sorry, but could you be a bit more clearer than that?

      I'm dumb

      Comment


        #4
        Re: Switching Characters?

        Hmm let's see. Make an NPC and put him as the fight coordinator or something. Then for example, make his first event code something like this:

        Mode1
        tell the player they'll split up and fight singularly
        Remove other chars from the party.
        Add the first fighter from the party if hes not joined in it yet. (Probably not)
        Activate a battle with whomever person/monster you want
        give the obligatory congratulations message
        give optional exp/prize
        remove particular fighter from the party and add the next char to fight
        set mode 2

        Mode2
        ask the new char if hes ready for his match/any other message you want
        activate battle
        congrats
        give prize
        remove old fighter replace with next char
        set mode 3

        Mode3
        same with mode 2 except different player and enemy if need be
        if this is the last fight then tell the player the team won it all and assemble thier party again
        set mode 4 which is a basic "tournament has ended" message
        the end

        You have to add a little decision statement if they lost too.

        If you want them to occur without having to talk to the NPC again and again you could do it all in one mode of course. Just remove changing modes and go straight into removing player and adding the next one then triggering the next battle until all have fought.
        Last edited by Kintaro; 10-08-2005, 02:29 AM.

        Comment


          #5
          Re: Switching Characters?

          Alright, that's much better. And simple too, luckily.

          Thanks a lot.

          Comment

          Working...
          X