diff options
Diffstat (limited to 'npc/018-3_Cave')
-rw-r--r-- | npc/018-3_Cave/_import.txt | 1 | ||||
-rw-r--r-- | npc/018-3_Cave/evil-obelisk.txt | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/npc/018-3_Cave/_import.txt b/npc/018-3_Cave/_import.txt index 2f30ca7c..74377757 100644 --- a/npc/018-3_Cave/_import.txt +++ b/npc/018-3_Cave/_import.txt @@ -3,3 +3,4 @@ npc: npc/018-3_Cave/_mobs.txt npc: npc/018-3_Cave/_warps.txt npc: npc/018-3_Cave/bookcase.txt npc: npc/018-3_Cave/sword.txt +npc: npc/018-3_Cave/evil-obelisk.txt diff --git a/npc/018-3_Cave/evil-obelisk.txt b/npc/018-3_Cave/evil-obelisk.txt new file mode 100644 index 00000000..4893cfeb --- /dev/null +++ b/npc/018-3_Cave/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; +} |