From d0603586efb31d1913c9ed227adff03f8c4fc921 Mon Sep 17 00:00:00 2001 From: toni Date: Thu, 20 Jan 2011 19:44:22 -0200 Subject: Simple dialogues for Drunker and Ghost Drunker --- npc/027-2_Caretakers_House/testnpcs.txt | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/027-2_Caretakers_House/testnpcs.txt b/npc/027-2_Caretakers_House/testnpcs.txt index 62f8c956..bd787711 100755 --- a/npc/027-2_Caretakers_House/testnpcs.txt +++ b/npc/027-2_Caretakers_House/testnpcs.txt @@ -30,7 +30,28 @@ } 027-2.gat,77,40,0 script Drunker 308,{ + set @drunker, rand(4); + if (@drunker == 0) goto L_0; + if (@drunker == 1) goto L_1; + if (@drunker == 2) goto L_2; + if (@drunker == 3) goto L_3; end; +L_0: + mes "[Ghost Drunker]"; + mes "\"zzzZZZzzz...\""; + close; +L_1: + mes "[Ghost Drunker]"; + mes "\"Ish that a Zzombee?...\""; + close; +L_2: + mes "[Ghost Drunker]"; + mes "\"Auuu... Hiccup... Don't byte mee... \""; + close; +L_3: + mes "[Ghost Drunker]"; + mes "\"Moar Bearr...Pleash!\""; + close; } 027-2.gat,103,22,0 script Barman 310,{ @@ -42,7 +63,9 @@ } 027-2.gat,110,23,0 script Ghost Drunker 312,{ - end; + mes "[Ghost Drunker]"; + mes "\"Ohh... My head is killing me! I have to stop drinking too much or I will lose my job... But being a waiter... oh I can't resist a drink or two!\""; + close; } 027-2.gat,107,29,0 script Golbenez 307,{ -- cgit v1.2.3-70-g09d2