Final Fantasy Wiki
Advertisement

Scotch is a boss in Final Fantasy VII. He is stronger than the other lackeys. He has two attacks: Hit, the standard physical attack; and Machine Gun. He will use his Machine Gun attack when any Corneo's Lackey has below 50% of their Max HP and will use it twice in a turn when attacked, or when one ally is KO'd, and stays with this attack mode for the rest of the battle, no longer using his other attack.

Stats[]

Formations[]

# Formation
385 Corneo's Lackey A, Corneo's Lackey B, Scotch

Locations[]

Corneo Hall
Lackey Room 385 (fixed)

AI script[]

Start of battle

Declare Self:ScotchAngry = 0

Declare SelectedTarget = random opponent

Turn
If (Self:ScotchAngry == 1 OR any Corneo's Lackey is defeated) Then

If (SelectedTarget is alive) Then: Use Machine Gun on SelectedTarget

Else: Use Machine Gun on random opponent

If (SelectedTarget is alive) Then: Use Machine Gun on SelectedTarget

Else: Use Machine Gun on random opponent

Else If (any Corneo's Lackey:Angry == 1) Then

If (SelectedTarget is alive) Then: Use Machine Gun on SelectedTarget

Else: Use Machine Gun on random opponent

Else

If (SelectedTarget is alive) Then: Use Hit on SelectedTarget

Else: Use Hit on random opponent

Counter - if attacked

SelectedTarget = last attacker

Self:ScotchAngry = 1

Related enemies[]

Advertisement