Announcement

Collapse
No announcement yet.

Need help with modes

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

    Need help with modes

    I can't seem to get an event to only run once with modes. I have an invisible standard event that executes from touch, goes to battle event. and when battle finishes if I walk thru the event it triggers again.
    I have the code set up like this.
    1- battles
    2-event ending
    3-modify mode to mode 2
    I have 2 modes created for the event.
    Any help?
    Also I have troule with event re-running on multiple question as well set up same way. What am I doing wrong?

    #2
    Re: Need help with modes

    Event should go like this

    battles
    modify to mode 2 (cause u want mode two to occur next.)
    event ending (only if u want the event to be re-occurable)



    (Once u put on event ending that's it no more code runs)
    (If you want the event to never occur again take display off)

    So if u want this event to only happen once

    battles
    modify to mode two
    display off (after display is off event doesn't work)

    Not sure about your second question would have to give me specifics

    Comment


      #3
      Re: Need help with modes

      Ok I understand better thanks, as for second question I have an NPC that says promise to come back to me, I have yes or no response only want to happen once.
      it goes like this
      1- branching question
      a- yes you have gained a level
      b- no you lose 20 HP
      rotate 90
      end event
      modify mode to mode 2
      But can ask her over and over, I want ask once either yes or no and event. Do I do the same as you explained in my first question?
      Thanks so much.

      Comment


        #4
        Re: Need help with modes

        Originally posted by Aminveloscasin
        Event should go like this

        battles
        modify to mode 2 (cause u want mode two to occur next.)
        event ending (only if u want the event to be re-occurable)



        (Once u put on event ending that's it no more code runs)
        (If you want the event to never occur again take display off)

        So if u want this event to only happen once

        battles
        modify to mode two
        display off (after display is off event doesn't work)
        Sweet! Thanks Aminveloscasin! That really helped me too!
        --Binding Spells--Steel Intact--Ground Broken--
        --Role Play--
        My Homepage

        Comment

        Working...
        X