From b4a3650f679b41e5e90c8a09fd95caa602a66f2a Mon Sep 17 00:00:00 2001 From: mekolat Date: Sun, 18 Jan 2015 16:40:27 -0500 Subject: fix some typos in xmas inn --- world/map/npc/030-2/guards.txt | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 world/map/npc/030-2/guards.txt (limited to 'world/map/npc/030-2/guards.txt') diff --git a/world/map/npc/030-2/guards.txt b/world/map/npc/030-2/guards.txt new file mode 100644 index 00000000..3fdc1ffa --- /dev/null +++ b/world/map/npc/030-2/guards.txt @@ -0,0 +1,33 @@ +// Annual Xmas Bouncers + +030-2.gat,85,43,0|script|Valjas|330 +{ + callfunc "XmasStates"; + callfunc "ThrowOutTheBum"; + mes "[Valjas]"; + mes "\"...\""; + close; +} + +030-2.gat,89,43,0|script|Halas|330 +{ + callfunc "XmasStates"; + callfunc "ThrowOutTheBum"; + mes "[Halas]"; + mes "\"...\""; + close; +} + +030-2.gat,89,84,0|script|Kilis|330,5,2 +{ + callfunc "XmasStates"; + callfunc "ThrowOutTheBum"; + mes "[Kilis]"; + mes "\"...\""; + close; + +OnTouch: + callfunc "XmasStates"; + callfunc "ThrowOutTheBum"; + end; +} -- cgit v1.2.3-60-g2f50