Script commands don't have underscores
This commit is contained in:
@@ -181,7 +181,7 @@ CyndaquilPokeBallScript:
|
||||
givepoke CYNDAQUIL, 5, BERRY
|
||||
closetext
|
||||
checkcode VAR_FACING
|
||||
if_equal RIGHT, ElmDirectionsScript
|
||||
ifequal RIGHT, ElmDirectionsScript
|
||||
applymovement PLAYER, AfterCyndaquilMovement
|
||||
jump ElmDirectionsScript
|
||||
|
||||
@@ -420,19 +420,19 @@ ElmGiveTicketScript:
|
||||
ElmJumpBackScript1:
|
||||
closetext
|
||||
checkcode VAR_FACING
|
||||
if_equal DOWN, ElmJumpDownScript
|
||||
if_equal UP, ElmJumpUpScript
|
||||
if_equal LEFT, ElmJumpLeftScript
|
||||
if_equal RIGHT, ElmJumpRightScript
|
||||
ifequal DOWN, ElmJumpDownScript
|
||||
ifequal UP, ElmJumpUpScript
|
||||
ifequal LEFT, ElmJumpLeftScript
|
||||
ifequal RIGHT, ElmJumpRightScript
|
||||
end
|
||||
|
||||
ElmJumpBackScript2:
|
||||
closetext
|
||||
checkcode VAR_FACING
|
||||
if_equal DOWN, ElmJumpUpScript
|
||||
if_equal UP, ElmJumpDownScript
|
||||
if_equal LEFT, ElmJumpRightScript
|
||||
if_equal RIGHT, ElmJumpLeftScript
|
||||
ifequal DOWN, ElmJumpUpScript
|
||||
ifequal UP, ElmJumpDownScript
|
||||
ifequal LEFT, ElmJumpRightScript
|
||||
ifequal RIGHT, ElmJumpLeftScript
|
||||
end
|
||||
|
||||
ElmJumpUpScript:
|
||||
|
Reference in New Issue
Block a user