Editing
Guard Scorpion
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== AI script == === Start of Battle === <pre> Declare Stage = 0 Declare Count = 0 Declare Warning = 0 Declare SelectedTarget </pre> === Turn === <pre> If (Count == 0 OR Count == 2) Then: SelectedTarget = random opponent Use Search Scope on SelectedTarget Display Message "Locked On Target" Count = Count + 1 ElseIf (Count == 1 OR Count == 3) Then: 2/3 Chance: If (Self HP < 1/2 * Self Max HP) Then: Use Scorpion Tail on SelectedTarget Else: Use Rifle on SelectedTarget 1/3 Chance: Use Scorpion Tail on SelectedTarget Count = Count + 1 Else If (Count == 4) Then: Use Raise Tail Stage = 1 Self Defense = 255 Self Magic Defense = 384 If (Warning == 0) Then: If (Cloud is alive) Then: If (Barret is dead) Then: Display Message "Cloud "It's gonna fire that laser..." Else: Display Message "Cloud "Barret, be careful!" Display Message ""Attack while it's tail's up!" Display Message "It's gonna counterattack with its laser."" Else: Display Message "Barret "I dunno what's goin' on, but..." Display Message "it looks pretty bad." Display Message "Let's see what it does when it's tail's up..." Warning = 1 Count = 5 Else If (Count == 5 OR Count == 6) Then: Count = Count + 1 Else: Use Drop Tail Stage = 0 Self Defense = 40 Self Magic Defense = 256 Count = 0 </pre> === Counter (Attacked) === <pre> If (Stage == 1) Then: Use Tail Laser on all opponents </pre> === Counter (Death) === <pre> If (Stage == 1) Then: Use Drop Tail </pre>Reference https://finalfantasy.fandom.com/wiki/Guard_Scorpion_(Final_Fantasy_VII)
Summary:
Please note that all contributions to Final Fantasy VII Speedrun Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Final Fantasy VII Speedrun Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
Edit source
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information