Script commands don't have underscores

This commit is contained in:
Rangi
2018-02-02 21:09:17 -05:00
parent b7e44124d3
commit 68d855c213
152 changed files with 1716 additions and 1716 deletions

View File

@@ -6,9 +6,9 @@ Route16_MapScripts:
.AlwaysOnBike:
checkcode VAR_YCOORD
if_less_than 5, .CanWalk
ifless 5, .CanWalk
checkcode VAR_XCOORD
if_greater_than 13, .CanWalk
ifgreater 13, .CanWalk
setflag ENGINE_ALWAYS_ON_BIKE
return