sovereignx/data/maps/BirthIsland_Harbor/scripts.inc

28 lines
711 B
PHP
Raw Normal View History

2017-11-10 01:21:31 +00:00
BirthIsland_Harbor_MapScripts:: @ 826805C
.byte 0
2019-10-31 21:00:37 +00:00
BirthIsland_Harbor_EventScript_Sailor:: @ 826805D
2017-11-10 01:21:31 +00:00
lock
faceplayer
msgbox BirthIsland_Harbor_Text_SailorReturn, MSGBOX_YESNO
2019-11-02 16:34:53 +00:00
compare VAR_RESULT, NO
2019-10-31 21:00:37 +00:00
goto_if_eq BirthIsland_Harbor_EventScript_AsYouLike
msgbox EventTicket_Text_SailHome, MSGBOX_DEFAULT
2017-11-10 01:21:31 +00:00
closemessage
2019-10-06 18:55:30 +01:00
applymovement VAR_LAST_TALKED, Common_Movement_WalkInPlaceFastestDown
2017-11-10 01:21:31 +00:00
waitmovement 0
delay 30
hideobjectat 1, MAP_BIRTH_ISLAND_HARBOR
2017-11-10 01:21:31 +00:00
setvar VAR_0x8004, 2
2019-10-31 21:00:37 +00:00
call Common_EventScript_FerryDepartIsland
warp MAP_LILYCOVE_CITY_HARBOR, 255, 8, 11
2017-11-10 01:21:31 +00:00
waitstate
release
end
2019-10-31 21:00:37 +00:00
BirthIsland_Harbor_EventScript_AsYouLike:: @ 82680A2
msgbox EventTicket_Text_AsYouLike, MSGBOX_DEFAULT
2017-11-10 01:21:31 +00:00
release
end