Rename scene and callback labels (#981)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
This commit is contained in:
@@ -5,24 +5,24 @@
|
||||
|
||||
VermilionPort_MapScripts:
|
||||
def_scene_scripts
|
||||
scene_script .DummyScene0, SCENE_VERMILIONPORT_ASK_ENTER_SHIP
|
||||
scene_script .LeaveFastShip, SCENE_VERMILIONPORT_LEAVE_SHIP
|
||||
scene_script VermilionPortNoopScene, SCENE_VERMILIONPORT_ASK_ENTER_SHIP
|
||||
scene_script VermilionPortLeaveShipScene, SCENE_VERMILIONPORT_LEAVE_SHIP
|
||||
|
||||
def_callbacks
|
||||
callback MAPCALLBACK_NEWMAP, .FlyPoint
|
||||
callback MAPCALLBACK_NEWMAP, VermilionPortFlypointCallback
|
||||
|
||||
.DummyScene0:
|
||||
VermilionPortNoopScene:
|
||||
end
|
||||
|
||||
.LeaveFastShip:
|
||||
sdefer .LeaveFastShipScript
|
||||
VermilionPortLeaveShipScene:
|
||||
sdefer VermilionPortLeaveShipScript
|
||||
end
|
||||
|
||||
.FlyPoint:
|
||||
VermilionPortFlypointCallback:
|
||||
setflag ENGINE_FLYPOINT_VERMILION
|
||||
endcallback
|
||||
|
||||
.LeaveFastShipScript:
|
||||
VermilionPortLeaveShipScript:
|
||||
applymovement PLAYER, VermilionPortLeaveFastShipMovement
|
||||
appear VERMILIONPORT_SAILOR1
|
||||
setscene SCENE_VERMILIONPORT_ASK_ENTER_SHIP
|
||||
|
Reference in New Issue
Block a user