diff options
Diffstat (limited to 'world/map/npc/027-2/testnpcs.txt')
-rw-r--r-- | world/map/npc/027-2/testnpcs.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/027-2/testnpcs.txt b/world/map/npc/027-2/testnpcs.txt index f2fe952a..79c61b4a 100644 --- a/world/map/npc/027-2/testnpcs.txt +++ b/world/map/npc/027-2/testnpcs.txt @@ -1,6 +1,6 @@ //several NPCs in the Reid's Inn -027-2.gat,80,34,0 script Lovers 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."; @@ -11,7 +11,7 @@ close; } -027-2.gat,75,29,0 script Archibald 306,{ +027-2.gat,75,29,0|script|Archibald|306,{ //the broken grammar is intentional mes "[Archibald]"; mes "\"Me need to prepare the food. Me helping the chef cook.\""; @@ -20,7 +20,7 @@ close; } -027-2.gat,77,40,0 script Darnel 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; @@ -45,7 +45,7 @@ L_3: close; } -027-2.gat,110,23,0 script Nigel 312,{ +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 " |