You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
return → endcallback, reloadandreturn → reloadend
This commit is contained in:
@@ -29,17 +29,17 @@ LakeOfRage_MapScripts:
|
||||
|
||||
.FlyPoint:
|
||||
setflag ENGINE_FLYPOINT_LAKE_OF_RAGE
|
||||
return
|
||||
endcallback
|
||||
|
||||
.Wesley:
|
||||
readvar VAR_WEEKDAY
|
||||
ifequal WEDNESDAY, .WesleyAppears
|
||||
disappear LAKEOFRAGE_WESLEY
|
||||
return
|
||||
endcallback
|
||||
|
||||
.WesleyAppears:
|
||||
appear LAKEOFRAGE_WESLEY
|
||||
return
|
||||
endcallback
|
||||
|
||||
LakeOfRageLanceScript:
|
||||
checkevent EVENT_REFUSED_TO_HELP_LANCE_AT_LAKE_OF_RAGE
|
||||
|
||||
Reference in New Issue
Block a user