OBJ_EVENT_ID_PLAYER/CAMERA -> LOCALID_PLAYER/CAMERA
This commit is contained in:
@@ -30,12 +30,12 @@ SouthernIsland_Exterior_EventScript_AsYouLike::
|
||||
end
|
||||
|
||||
Ferry_EventScript_DepartIslandSouth::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Ferry_Movement_DepartIslandBoardSouth
|
||||
applymovement LOCALID_PLAYER, Ferry_Movement_DepartIslandBoardSouth
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
Ferry_EventScript_DepartIslandWest::
|
||||
applymovement OBJ_EVENT_ID_PLAYER, Ferry_Movement_DepartIslandBoardWest
|
||||
applymovement LOCALID_PLAYER, Ferry_Movement_DepartIslandBoardWest
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user