If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
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....
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
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.-
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