Announcement

Collapse
No announcement yet.

i need help fast

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

    i need help fast

    i was messing with my game and i wanted the player to be able to pick his gender. however when i tried it it didnt work! heres my code.

    decision branch
    option 1 start (male)
    modify active members
    refreash display
    end

    its exactly the same for female! am i doing somthing wrong?
    Didn't you know? The living are just the dead that haven't stopped breathing.

    Check out DoTB! Its OP.

    http://www.pavilionboards.com/forum/...play.php?f=205

    #2
    Re: i need help fast

    I'm assuming you have two seperate characters, one male and one female? Here's how you can do it: (Say your picking the male in this scenario) This is also assuming you have both characters in your party at the start, so you can begin the game with an auto-event that runs this script:

    > Descision Branch (2)
    > Pick Male Character A
    > Remove Member: Female A
    > Modify Active Member: Male A

    This should work fine, I didn't test it, I'm using general knowledge. If you want to pick the female character, just switch the genders in each script around. So:

    > Descision Branch 2
    > Pick Female Character A
    > Remove Party Member: Male Character A
    > Modify Active Member: Female Character A

    Don't forget to use variables so the event doesn't perma-loop. If this isn't the type of event you want, message me via email here and tell me the situation you want done and I'll work it for you.

    Demo Incoming: http://www.pavilionboards.com/forum/...2&postcount=67
    Walk the Road ~ 31 Days: http://www.pavilionboards.com/forum/...02&postcount=1

    Comment


      #3
      Re: i need help fast

      thanks, after reading your post i realized the people have to be IN your party for this to work. it has been rivised and fixed.
      Didn't you know? The living are just the dead that haven't stopped breathing.

      Check out DoTB! Its OP.

      http://www.pavilionboards.com/forum/...play.php?f=205

      Comment


        #4
        Re: i need help fast

        No problem! If you need any other scripting help for your game just ask me, I'm here everyday so I'll get back to you almost instantly.

        *Edit: If you wanna help me, throw me some Rep by clicking on the little scale icon below my post and click give rep!
        Last edited by Nova; 06-04-2011, 01:21 AM.

        Demo Incoming: http://www.pavilionboards.com/forum/...2&postcount=67
        Walk the Road ~ 31 Days: http://www.pavilionboards.com/forum/...02&postcount=1

        Comment

        Working...
        X