diff options
Diffstat (limited to 'npc/018-3/evil-obelisk.txt')
-rw-r--r-- | npc/018-3/evil-obelisk.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/018-3/evil-obelisk.txt b/npc/018-3/evil-obelisk.txt new file mode 100644 index 00000000..4893cfeb --- /dev/null +++ b/npc/018-3/evil-obelisk.txt @@ -0,0 +1,10 @@ +// + +018-3.gat,67,28,0 script Evil Obelisk 185, { + callfunc "ClearVariables"; + set @map$, "018-3.gat"; + set @x, 67; + set @y, 28; + callfunc "EvilObelisk"; + close; +} |