Script commands don't have underscores
This commit is contained in:
@@ -15,7 +15,7 @@ TrainerBikerDwayne:
|
||||
trainer BIKER, DWAYNE, EVENT_BEAT_BIKER_DWAYNE, BikerDwayneSeenText, BikerDwayneBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext BikerDwayneAfterBattleText
|
||||
waitbutton
|
||||
@@ -26,7 +26,7 @@ TrainerBikerHarris:
|
||||
trainer BIKER, HARRIS, EVENT_BEAT_BIKER_HARRIS, BikerHarrisSeenText, BikerHarrisBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext BikerHarrisAfterBattleText
|
||||
waitbutton
|
||||
@@ -37,7 +37,7 @@ TrainerBikerZeke:
|
||||
trainer BIKER, ZEKE, EVENT_BEAT_BIKER_ZEKE, BikerZekeSeenText, BikerZekeBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext BikerZekeAfterBattleText
|
||||
waitbutton
|
||||
@@ -48,7 +48,7 @@ TrainerSupernerdSam:
|
||||
trainer SUPER_NERD, SAM, EVENT_BEAT_SUPER_NERD_SAM, SupernerdSamSeenText, SupernerdSamBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext SupernerdSamAfterBattleText
|
||||
waitbutton
|
||||
@@ -59,7 +59,7 @@ TrainerSupernerdTom:
|
||||
trainer SUPER_NERD, TOM, EVENT_BEAT_SUPER_NERD_TOM, SupernerdTomSeenText, SupernerdTomBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext SupernerdTomAfterBattleText
|
||||
waitbutton
|
||||
|
Reference in New Issue
Block a user