Announcement

Collapse
No announcement yet.

how to trigger a boss fight

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

    how to trigger a boss fight

    I want to know how to set up an invisible box that will trigger a boss fight. I don't need help with so much the event code it's the variable setting i have no idea what to do so anyone with patience help me

    #2
    Re: how to trigger a boss fight

    There aren't any special variable or events for it really. You just set it up like a normal monster battle event. Just make the boss really strong or whatever, use Boss Battle music, and if you want you can make it apparent it's gonna be a boss battle, like having a message telling the player their about to fight a boss.

    Do you know how to setup monster battles through an invisible event?

    Comment


      #3
      Re: how to trigger a boss fight

      Use Control/Battle then select the monster Group you've set up in Monster Groups to battle. YOu can edit music, background and the like.

      Comment


        #4
        Re: how to trigger a boss fight

        I know all these things already but no one will tell me how to set up the varibles for it the really annoying me becausae i have no idea what thier used for sp plz neone just tell me varible definition and why they are used i beg of you

        Comment


          #5
          Re: how to trigger a boss fight

          They're used so stuff doesn't repeat, for the most part.

          Say you have a boss. Without using a variable, the game wouldn't know if you defeated the boss, which means the boss fight would happen over and over again. If you add a "mode" to the boss's event that doesn't do anything if a certain variable is equal/lower/higher than a certain amount and change the variable to what you want at the end of the boss fight, then it'll activate the new mode since the variable is what you want it to be, thus the boss fight won't repeat.
          "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