diff options
Diffstat (limited to 'npc/034-1/gemini.txt')
-rw-r--r-- | npc/034-1/gemini.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/npc/034-1/gemini.txt b/npc/034-1/gemini.txt new file mode 100644 index 000000000..b45f4282a --- /dev/null +++ b/npc/034-1/gemini.txt @@ -0,0 +1,17 @@ +// TMW2 scripts. +// Authors: +// Jesusalva +// Description: +// Gemini Sisters Quest - Forest & Desert Stage + +034-1,67,48,0 script Strange Stone NPC_MANA_STONE,{ + if (instance_id() < 0) end; + GeminiCheck(1); + mesc l("Weird."); + close; + +OnInit: + .distance = 2; + end; +} + |