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:
@@ -80,7 +80,7 @@ TrainerSchoolboyDudley:
|
||||
trainer SCHOOLBOY, DUDLEY, EVENT_BEAT_SCHOOLBOY_DUDLEY, SchoolboyDudleySeenText, SchoolboyDudleyBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext SchoolboyDudleyAfterBattleText
|
||||
waitbutton
|
||||
@@ -91,7 +91,7 @@ TrainerLassEllen:
|
||||
trainer LASS, ELLEN, EVENT_BEAT_LASS_ELLEN, LassEllenSeenText, LassEllenBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext LassEllenAfterBattleText
|
||||
waitbutton
|
||||
@@ -102,7 +102,7 @@ TrainerSchoolboyJoe:
|
||||
trainer SCHOOLBOY, JOE, EVENT_BEAT_SCHOOLBOY_JOE, SchoolboyJoeSeenText, SchoolboyJoeBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext SchoolboyJoeAfterBattleText
|
||||
waitbutton
|
||||
@@ -113,7 +113,7 @@ TrainerLassLaura:
|
||||
trainer LASS, LAURA, EVENT_BEAT_LASS_LAURA, LassLauraSeenText, LassLauraBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext LassLauraAfterBattleText
|
||||
waitbutton
|
||||
@@ -124,7 +124,7 @@ TrainerCamperLloyd:
|
||||
trainer CAMPER, LLOYD, EVENT_BEAT_CAMPER_LLOYD, CamperLloydSeenText, CamperLloydBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext CamperLloydAfterBattleText
|
||||
waitbutton
|
||||
@@ -135,7 +135,7 @@ TrainerLassShannon:
|
||||
trainer LASS, SHANNON, EVENT_BEAT_LASS_SHANNON, LassShannonSeenText, LassShannonBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext LassShannonAfterBattleText
|
||||
waitbutton
|
||||
@@ -146,7 +146,7 @@ TrainerSupernerdPat:
|
||||
trainer SUPER_NERD, PAT, EVENT_BEAT_SUPER_NERD_PAT, SupernerdPatSeenText, SupernerdPatBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext SupernerdPatAfterBattleText
|
||||
waitbutton
|
||||
|
||||
Reference in New Issue
Block a user