From e45b62a09b9e3391d682bbf34f997d623d6004fe Mon Sep 17 00:00:00 2001 From: Chuck Miller Date: Thu, 8 Jul 2010 19:34:06 -0400 Subject: Adds the evil obelisk function, which summons evil monsters for a price --- npc/018-3_Cave/_import.txt | 1 + npc/018-3_Cave/evil-obelisk.txt | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 npc/018-3_Cave/evil-obelisk.txt (limited to 'npc/018-3_Cave') 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; +} -- cgit v1.2.3-60-g2f50