diff options
Diffstat (limited to 'npc/008-2-2/barron.txt')
-rw-r--r-- | npc/008-2-2/barron.txt | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/npc/008-2-2/barron.txt b/npc/008-2-2/barron.txt deleted file mode 100644 index e46ebe6a..00000000 --- a/npc/008-2-2/barron.txt +++ /dev/null @@ -1,32 +0,0 @@ -// Evol scripts. -// Author: -// Micksha -// toams -// Description: -// Barron, the bartender of the Rusty Pick. - -008-2-2,43,28,0 script Barron#008-2-2 NPC_GENERAL_STORE,{ -speech S_LAST_NEXT, - l("Hi!"), - l("I am the bartender here, can I provide you with some delicious beverage?"), - l("Or you can take seat and ask Melinda if you need something."); - - switch (select(l("What beverages do you have?"), - l("I'll ask Melinda later"))) - { - case 1: - closeclientdialog; - shop "#Invisible008-2-2"; - close; - case 2: - speech S_FIRST_BLANK_LINE, - l("Make sure to tip her, it will brighten up her day."); - close; - } - - - -OnInit: - .distance = 3; - end; -} |