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[]
Declare Self:ScotchAngry = 0
Declare SelectedTarget = random opponent
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
If (SelectedTarget is alive) Then: Use Machine Gun on SelectedTarget
Else: Use Machine Gun on random opponent
If (SelectedTarget is alive) Then: Use Hit on SelectedTarget
Else: Use Hit on random opponent
SelectedTarget = last attacker
Self:ScotchAngry = 1