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:
@@ -14,7 +14,7 @@ TrainerPokefanmAlex:
|
||||
trainer POKEFANM, ALEX, EVENT_BEAT_POKEFANM_ALEX, PokefanmAlexSeenText, PokefanmAlexBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext PokefanmAlexAfterBattleText
|
||||
waitbutton
|
||||
@@ -25,7 +25,7 @@ TrainerPokefanmJoshua:
|
||||
trainer POKEFANM, JOSHUA, EVENT_BEAT_POKEFANM_JOSHUA, PokefanmJoshuaSeenText, PokefanmJoshuaBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext PokefanmJoshuaAfterBattleText
|
||||
waitbutton
|
||||
@@ -36,7 +36,7 @@ TrainerBirdKeeperPerry:
|
||||
trainer BIRD_KEEPER, PERRY, EVENT_BEAT_BIRD_KEEPER_PERRY, BirdKeeperPerrySeenText, BirdKeeperPerryBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext BirdKeeperPerryAfterBattleText
|
||||
waitbutton
|
||||
@@ -47,7 +47,7 @@ TrainerBirdKeeperBret:
|
||||
trainer BIRD_KEEPER, BRET, EVENT_BEAT_BIRD_KEEPER_BRET, BirdKeeperBretSeenText, BirdKeeperBretBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext BirdKeeperBretAfterBattleText
|
||||
waitbutton
|
||||
@@ -58,7 +58,7 @@ TrainerHikerKenny:
|
||||
trainer HIKER, KENNY, EVENT_BEAT_HIKER_KENNY, HikerKennySeenText, HikerKennyBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext HikerKennyAfterBattleText
|
||||
waitbutton
|
||||
|
||||
Reference in New Issue
Block a user