sovereignx/data/scripts/gift_altering_cave.inc

25 lines
746 B
PHP
Raw Normal View History

MysteryGiftScript_AlteringCave::
setvaddress MysteryGiftScript_AlteringCave
2019-11-05 20:19:08 +00:00
addvar VAR_ALTERING_CAVE_WILD_SET, 1
2019-12-19 00:22:39 +00:00
compare VAR_ALTERING_CAVE_WILD_SET, 10
vgoto_if_ne MysteryGiftScript_AlteringCave_
2019-11-05 20:19:08 +00:00
setvar VAR_ALTERING_CAVE_WILD_SET, 0
MysteryGiftScript_AlteringCave_:
2019-11-05 20:19:08 +00:00
lock
faceplayer
vmessage sText_MysteryGiftAlteringCave
waitmessage
waitbuttonpress
release
end
sText_MysteryGiftAlteringCave::
.string "Thank you for using the MYSTERY\n"
.string "GIFT System.\p"
.string "There appears to be a rumor about\n"
.string "rare POKéMON sightings.\p"
.string "The sightings reportedly came from\n"
.string "the ALTERING CAVE on ROUTE 103.\p"
.string "Perhaps it would be worthwhile for\n"
.string "you to investigate this rumor.$"