From f31838c247d5ee4c7ba3220cebbef13f660eff92 Mon Sep 17 00:00:00 2001 From: Wombat Date: Mon, 4 Apr 2011 01:01:20 -0400 Subject: gy inn npc names --- npc/027-2_Caretakers_House/testnpcs.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'npc/027-2_Caretakers_House/testnpcs.txt') diff --git a/npc/027-2_Caretakers_House/testnpcs.txt b/npc/027-2_Caretakers_House/testnpcs.txt index 1f957b33..57dc1f7b 100755 --- a/npc/027-2_Caretakers_House/testnpcs.txt +++ b/npc/027-2_Caretakers_House/testnpcs.txt @@ -1,4 +1,4 @@ -027-2.gat,80,34,0 script Drunk Lover 303,{ +027-2.gat,80,34,0 script Lovers 303,{ mes "You see a man and a woman holding each other very tight."; next; mes "They are kissing and whispering things to each other you can't hear."; @@ -9,7 +9,7 @@ close; } -027-2.gat,110,30,0 script Debug 305,{ +//027-2.gat,110,30,0 script Debug 305,{ set @Graveyard_Inn_Woman_MASK, NIBBLE_0_MASK; set @Graveyard_Inn_Woman_SHIFT, NIBBLE_0_SHIFT; @@ -110,7 +110,7 @@ S_Update_Mask_Woman: close; } -027-2.gat,77,40,0 script Drunker 308,{ +027-2.gat,77,40,0 script Darnel 308,{ set @drunker, rand(4); if (@drunker == 0) goto L_0; if (@drunker == 1) goto L_1; @@ -118,25 +118,25 @@ S_Update_Mask_Woman: if (@drunker == 3) goto L_3; end; L_0: - mes "[Ghost Drunker]"; + mes "[Darnel]"; mes "\"zzzZZZzzz...\""; close; L_1: - mes "[Ghost Drunker]"; + mes "[Darnel]"; mes "\"Ish that a Zzombee?...\""; close; L_2: - mes "[Ghost Drunker]"; + mes "[Darnel]"; mes "\"Auuu... Hiccup... Don't byte mee... \""; close; L_3: - mes "[Ghost Drunker]"; + mes "[Darnel]"; mes "\"Moar Bearr...Pleash!\""; close; } -027-2.gat,110,23,0 script Ghost Drunker 312,{ - mes "[Ghost Drunker]"; +027-2.gat,110,23,0 script Nigel 312,{ + mes "[Nigel]"; 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!\""; -- cgit v1.2.3-60-g2f50