summaryrefslogtreecommitdiff
path: root/npc/008-2-2/bartender.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-2/bartender.txt')
-rw-r--r--npc/008-2-2/bartender.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/npc/008-2-2/bartender.txt b/npc/008-2-2/bartender.txt
deleted file mode 100644
index eb3b9393..00000000
--- a/npc/008-2-2/bartender.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-// Evol scripts.
-// Author:
-// Micksha
-// Description:
-// Bartender of the Rusty Pick.
-// THIS IS A PLACEHOLDER!
-
-008-2-2,43,28,0 script Bartender#008-1 NPC_GENERAL_STORE,{
- speech
- l("Hi!"),
- l("I am the Bartender here, the name doesnt matter at all.");
- lg("If you need something, please ask this beautiful girl on my right. (She needs the tip).");
-
- close;
-
-OnInit:
- .sex = G_MALE;
- .distance = 2;
- end;
-}