Announcement

Collapse
No announcement yet.

Boss Battles

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

    Boss Battles

    Im having difficulties ending the "loop" of my boss battle.....I have created it and the battle works fine...it just wont end....iv tried everything i can think of....could somebody enlighten me on what to do....

    #2
    Re: Boss Battles

    Add a mode to the event then afterwards add the event "Add Mode".

    Comment


      #3
      Re: Boss Battles

      sorry to sound like a moron...but that got me even more lost....Ill list what i have so far.

      I have a event made and set as Invisible and placed in the place i want it, then i go to event code and have BATTLES (i pick all the stuff and complete that)....thats it lol.....whats the next thing i need to add after that.....

      and to answer some of your alls question.....I am retarded.....lol

      Comment


        #4
        Re: Boss Battles

        http://www.pavilionboards.com/forum/...ead.php?t=5659
        Check out "how to make an event only happen once."

        Comment


          #5
          Re: Boss Battles

          nevermind that question...i see now.......what option do i pick after choosing val control branch?
          Last edited by History_Major; 03-09-2006, 08:56 PM.

          Comment


            #6
            Re: Boss Battles

            Well, take any variable. Lets say Shared Varaible one. Then, lets say the code for your battle and any related events is [BATTLE]. Now, then, you would make the invisable event, with this code:


            Val Control Branch (Shared Variable 1) (Values 0-1)
            If Shared Variable 1 = 0:
            [BATTLE]
            Shared Variable 1 = 1
            -That would make the battle event happen, then change the value of Shared Variable 1 to one.-
            If Shared Variable 1 =1 then
            -leave the rest of the code blank. This will make the event do nothing if it is re-triggered after the boss battle.-

            Does that clear things up?
            Last edited by hitogoroshi; 03-09-2006, 09:04 PM.

            Comment


              #7
              Re: Boss Battles

              ok let 1 sec...going to try and do this..it helps a little more

              Comment


                #8
                Re: Boss Battles

                events
                new event 5
                page 2
                Event Mode



                1. Val-Conditional Branch --------> Shared Variables
                2. option 1/ start
                3. battle ---------> boss1
                4. option 1/ end
                5. option 2/start
                6. option 2/end
                7. Branch end
                8. New


                thats what im seeing......when i use the Val-Conditional Branch...giberish to me
                Last edited by History_Major; 03-09-2006, 09:50 PM.

                Comment


                  #9
                  Re: Boss Battles

                  update....im now getting a message right when i start the playtest that im caught in a autorun loop.....im so lost right now......

                  Comment


                    #10
                    Re: Boss Battles

                    Add a second mode to the event with nothing in it, and at the end of the mode 1's code, use a modify mode to set it to mode 2.

                    Comment


                      #11
                      Re: Boss Battles

                      ......add a second mode where...lol.....on option 2?

                      Comment


                        #12
                        Re: Boss Battles

                        Look at the top right screen. see the + symbol there. Click it. Then add mode. Go BACK to mode one (ala the <- square) and right on the bottom of your event code go into Prop. Controllers and look for 'Add Mode'. click that. there you go.

                        Comment


                          #13
                          Re: Boss Battles

                          yeah sorry for being so annoying.....thanks all 3 of you for you help......makes a big difference on my game lol

                          Comment

                          Working...
                          X