I need some help where when a Actor reaches their a special Limit Break, like in this part, the skill well be called "Unraveled Rage". The player has to press (In Default) the S button on the keyboard known as the C Button,
over and over; Each time the player presses the S Button, it adds +5 to the Variable that the damage the limit is doing. There is a time limit of 0:15, when the timer hits 0:00, the loop stops and deals the Variable amount to the whole troop.Now when I do it, it shows the message where it tells the player to press the S button to do more damage to the whole troop, then after that message, it freezes.
This event is suppose to take place in Battle, not outside. After the text message, the game freezes.
Can anyone help? :crazy:
over and over; Each time the player presses the S Button, it adds +5 to the Variable that the damage the limit is doing. There is a time limit of 0:15, when the timer hits 0:00, the loop stops and deals the Variable amount to the whole troop.Now when I do it, it shows the message where it tells the player to press the S button to do more damage to the whole troop, then after that message, it freezes.
@>Text: Press S repeatedly as quickly as you can to do more damage to the entire
: : troop of enemies!!!
@>Control Variables: [0016:Ravye's Limit Break Dmg] = 0
@>Wait: 10 Frames
@>Control Timer: Startup (0 min. 15 sec.)
@>Loop
@>Conditional Branch: The C Button is being pressed
@>Control Variables: [0016: Ravye's Limit Break Dmg] += 5
@>Conditional Branch: Timer 0 min. 0 sec. or less
@>Show Battle Animation: Entire Troop, [Sword-Skill 4]
@>Deal Damage: Entire Troop, Variable [0016:Ravye's Limit Break Dmg]
@>
: Else
@>
: Branch End
@>
: Else
@>
: Branch End
@>
: Repeat Above
@>
: : troop of enemies!!!
@>Control Variables: [0016:Ravye's Limit Break Dmg] = 0
@>Wait: 10 Frames
@>Control Timer: Startup (0 min. 15 sec.)
@>Loop
@>Conditional Branch: The C Button is being pressed
@>Control Variables: [0016: Ravye's Limit Break Dmg] += 5
@>Conditional Branch: Timer 0 min. 0 sec. or less
@>Show Battle Animation: Entire Troop, [Sword-Skill 4]
@>Deal Damage: Entire Troop, Variable [0016:Ravye's Limit Break Dmg]
@>
: Else
@>
: Branch End
@>
: Else
@>
: Branch End
@>
: Repeat Above
@>
Can anyone help? :crazy: