--- scene 00000 - display main menu ("Welcome to <location>.")
--- scene 00001 - softlocks, unknown purpose
--- scene 00002 - aethernet menu (used only by aethernet shards? scene 00 for big aetherytes display the aethernet submenu without needing an additional play_scene)
--- scene 00003 - "you have aethernet access" message and vfx
--- scene 00100 - "According to the message engraved in the base, special permission is required to use this aetheryte." (Eulmore-specific)
--- scene 00200 - "The aetheryte has ceased functioning." (Eulmore-specific)
ifscene==SCENE_SHOW_MENUthen-- main aetheryte prompt scene
ifmenu_option==SET_HOME_POINTthen
-- TODO: logic for setting home point
--[[ if decision == HOME_PNT_YES then
else
end]]
elseifmenu_option==AETHERNET_SUBMENUthen
ifdecision~=AETHERNET_SUBMENU_CANCELthen
player:finish_event(EVENT_ID)-- Need to finish the event here, because warping does not return to this callback (the game will crash or softlock otherwise)
player:warp_aetheryte(decision)
return
end
--[[elseif menu_option == REGISTER_FAVORITE_DSTN then