Script commands don't have underscores
This commit is contained in:
@@ -129,7 +129,7 @@ SlowpokeTailGrunt:
|
||||
trainer GRUNTF, GRUNTF_5, EVENT_BEAT_ROCKET_GRUNTF_5, GruntF5SeenText, GruntF5BeatenText, 0, GruntF5Script
|
||||
|
||||
GruntF5Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext GruntF5AfterBattleText
|
||||
waitbutton
|
||||
@@ -141,7 +141,7 @@ RaticateTailGrunt:
|
||||
trainer GRUNTM, GRUNTM_28, EVENT_BEAT_ROCKET_GRUNTM_28, GruntM28SeenText, GruntM28BeatenText, 0, GruntM28Script
|
||||
|
||||
GruntM28Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext GruntM28AfterBattleText
|
||||
waitbutton
|
||||
@@ -153,7 +153,7 @@ TrainerScientistRoss:
|
||||
trainer SCIENTIST, ROSS, EVENT_BEAT_SCIENTIST_ROSS, ScientistRossSeenText, ScientistRossBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext ScientistRossAfterBattleText
|
||||
waitbutton
|
||||
@@ -164,7 +164,7 @@ TrainerScientistMitch:
|
||||
trainer SCIENTIST, MITCH, EVENT_BEAT_SCIENTIST_MITCH, ScientistMitchSeenText, ScientistMitchBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext ScientistMitchAfterBattleText
|
||||
waitbutton
|
||||
|
Reference in New Issue
Block a user