37 lines
1.1 KiB
PHP
Raw Normal View History

2021-07-20 15:18:31 -04:00
SootopolisCity_House2_MapScripts::
2017-11-09 19:21:31 -06:00
.byte 0
2021-07-20 15:18:31 -04:00
SootopolisCity_House2_EventScript_ExpertF::
2017-11-09 19:21:31 -06:00
lock
faceplayer
2019-11-09 20:40:41 -05:00
msgbox SootopolisCity_House2_Text_DidYouKnowAboutMtPyreOrbs, MSGBOX_YESNO
2019-11-02 12:34:53 -04:00
compare VAR_RESULT, YES
2019-11-09 20:40:41 -05:00
call_if_eq SootopolisCity_House2_EventScript_KnowAboutOrbs
2019-11-02 12:34:53 -04:00
compare VAR_RESULT, NO
2019-11-09 20:40:41 -05:00
call_if_eq SootopolisCity_House2_EventScript_DontKnowAboutOrbs
2017-11-09 19:21:31 -06:00
release
end
2021-07-20 15:18:31 -04:00
SootopolisCity_House2_EventScript_KnowAboutOrbs::
2019-11-09 20:40:41 -05:00
msgbox SootopolisCity_House2_Text_YesTwoOrbsSideBySide, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
return
2021-07-20 15:18:31 -04:00
SootopolisCity_House2_EventScript_DontKnowAboutOrbs::
2019-11-09 20:40:41 -05:00
msgbox SootopolisCity_House2_Text_OughtToVisitAndSee, MSGBOX_DEFAULT
2017-11-09 19:21:31 -06:00
return
2021-07-20 15:18:31 -04:00
SootopolisCity_House2_Text_DidYouKnowAboutMtPyreOrbs:
2017-11-09 19:21:31 -06:00
.string "MT. PYRE…\p"
.string "At its peak are two orbs placed side\n"
.string "by side. Did you know?$"
2021-07-20 15:18:31 -04:00
SootopolisCity_House2_Text_YesTwoOrbsSideBySide:
2017-11-09 19:21:31 -06:00
.string "Yes, two orbs side by side…\p"
.string "The sight of them together…\n"
.string "It is somehow soothing…$"
2021-07-20 15:18:31 -04:00
SootopolisCity_House2_Text_OughtToVisitAndSee:
2017-11-09 19:21:31 -06:00
.string "Is that so?\n"
.string "Perhaps you ought to visit and see…$"