Announcement

Collapse
No announcement yet.

text help...

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

    text help...

    how do i stop my text from reapeting!!??

    also-I dont understand the stats!! they are to complicated!! i dont even know what how much INT. My character has!!! HELP
    Screenshot Let's Plays


    #2
    Re: text help...

    Um, I wouldn't know why your text is repeating, unless you set it to a cutscene and were using the Parallel Process or Auto options. What are you trying to do?

    As for the stats, if you right-click them and select "what's this", it'll tell you what the stat is for. INT in particular affects the strength of magic spells. Basically, the higher the INT, the more powerful that Fire spell will be.
    "What if like...there was an exact copy of you somewhere, except they're the opposite gender, like you guys could literally have a freaky friday moment and nothing would change. Imagine the best friendship that could be found there."

    Comment


      #3
      Re: text help...

      ok i solved my first problem but im having trouble with this....

      i made a cutscene where you talk to this person and he moves 2 spaces down. now the problem....every time you talk to him he will walk 2 spaces down again!! i want it where once u talk to hima 2nd time he wont walk 2 spaces down anymore.help??
      Screenshot Let's Plays

      Comment


        #4
        Re: text help...

        At the end of your script, you need to use Control Switches or Control Variables (since I'd rather not explain variables right now, let's go with switches). Choose a switch, naming it in the process so that you'll know later that it's being used and what for. Turn the switch on. Near the top of your event box, you'll see a large button called New Event Page. Click on it. It'll create a second page for the event, and put you on that page. To the left is a Conditions section. Choose one of the Switch conditions, and choose the switch you edited later. And of course finally, create the new stuff you want him to do when you talk to him.

        So, what will happen:
        You talk to him.
        He moves two spaces down.
        A switch turns on.
        Next time you talk to him, since that switch is on, it'll do the stuff on the second page instead of the first page.
        "What if like...there was an exact copy of you somewhere, except they're the opposite gender, like you guys could literally have a freaky friday moment and nothing would change. Imagine the best friendship that could be found there."

        Comment

        Working...
        X