You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Script commands don't have underscores
This commit is contained in:
@@ -15,7 +15,7 @@ TrainerCamperDean:
|
||||
trainer CAMPER, DEAN, EVENT_BEAT_CAMPER_DEAN, CamperDeanSeenText, CamperDeanBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext CamperDeanAfterBattleText
|
||||
waitbutton
|
||||
@@ -26,7 +26,7 @@ TrainerPicnickerHeidi:
|
||||
trainer PICNICKER, HEIDI, EVENT_BEAT_PICNICKER_HEIDI, PicnickerHeidiSeenText, PicnickerHeidiBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext PicnickerHeidiAfterBattleText
|
||||
waitbutton
|
||||
@@ -37,7 +37,7 @@ TrainerCamperSid:
|
||||
trainer CAMPER, SID, EVENT_BEAT_CAMPER_SID, CamperSidSeenText, CamperSidBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext CamperSidAfterBattleText
|
||||
waitbutton
|
||||
@@ -48,7 +48,7 @@ TrainerPicnickerEdna:
|
||||
trainer PICNICKER, EDNA, EVENT_BEAT_PICNICKER_EDNA, PicnickerEdnaSeenText, PicnickerEdnaBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext PicnickerEdnaAfterBattleText
|
||||
waitbutton
|
||||
@@ -59,7 +59,7 @@ TrainerHikerTim:
|
||||
trainer HIKER, TIM, EVENT_BEAT_HIKER_TIM, HikerTimSeenText, HikerTimBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext HikerTimAfterBattleText
|
||||
waitbutton
|
||||
@@ -70,7 +70,7 @@ TrainerHikerSidney:
|
||||
trainer HIKER, SIDNEY, EVENT_BEAT_HIKER_SIDNEY, HikerSidneySeenText, HikerSidneyBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext HikerSidneyAfterBattleText
|
||||
waitbutton
|
||||
|
||||
Reference in New Issue
Block a user