diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-04-28 12:47:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-04-28 12:47:57 -0300 |
commit | 5e0ff0cc3c030251ffbddb8ce648058006b16f4c (patch) | |
tree | 5ca5b16be2da3fdcccbf7f5cc20c7d317f89c2fb /npc/034-1 | |
parent | 0e0e24f5222e3a536bf33f960e7a3a99f4b00eb6 (diff) | |
download | serverdata-5e0ff0cc3c030251ffbddb8ce648058006b16f4c.tar.gz serverdata-5e0ff0cc3c030251ffbddb8ce648058006b16f4c.tar.bz2 serverdata-5e0ff0cc3c030251ffbddb8ce648058006b16f4c.tar.xz serverdata-5e0ff0cc3c030251ffbddb8ce648058006b16f4c.zip |
More useless code
Diffstat (limited to 'npc/034-1')
-rw-r--r-- | npc/034-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/034-1/gemini.txt | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/npc/034-1/_import.txt b/npc/034-1/_import.txt index d7b8ea9ef..3aa2c2923 100644 --- a/npc/034-1/_import.txt +++ b/npc/034-1/_import.txt @@ -1,3 +1,4 @@ // Map 034-1: Outskirts // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/034-1/_mobs.txt", +"npc/034-1/gemini.txt", 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; +} + |