Results 1 to 15 of 31

Thread: RPG Making programs

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Unimportant Passerby Rase's Avatar
    Join Date
    Aug 2003
    Location
    The United States of America.
    Posts
    5,948

    Default

    Quote Originally Posted by Behold the Void View Post
    By the looks of it, I can set it so that a certain amount of script requirements are met. So would I be wrong in assuming that I could make it so that if you've answered at the very least, say, 3 out of 5 choices, you end up with x path?
    You'd be completely right, I believe. Give me a minute and I'll check and, if so, put up a screen or two for reference. I'm almost 100% certain you can, though it would be a little complicated and may use variables.

    EDIT: Here you go...
    Choose Variable Operation
    Variables are basically number-keepers. You can add a number to a variable from here, and it will store that number. Variables are mainly used in conjunction with the Conditional Branch command, as you will see.
    Here I have a series of questions with two answers. Depending on what answer is picked, a variable is increased by one.
    After all five questions, use the Conditional Branch command and make two of them, identical except for the variable they're using. Make sure they are set to what you want it to use to determine what happens, be it >, <, >=, <=, etc.
    Here is the finished product. After the part where it tells you what you are, you would change the class, sprite, skills, etc. to fit that decision.

    This is just one example of many. You can have it so that, depending on what you answer, you will get different quests, different equipment, different skills, or gain access to different locations, to name a few more.
    Last edited by Rase; 08-15-2006 at 09:04 AM.
    Boy am I an unfunny ass.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •