diff options
Diffstat (limited to 'npc/018-3/evil-obelisk.txt')
-rw-r--r-- | npc/018-3/evil-obelisk.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/npc/018-3/evil-obelisk.txt b/npc/018-3/evil-obelisk.txt deleted file mode 100644 index 4893cfeb..00000000 --- a/npc/018-3/evil-obelisk.txt +++ /dev/null @@ -1,10 +0,0 @@ -// - -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; -} |