From 89e2ac5687d698f0843ac46612ee33b6692bbc93 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 5 Jul 2013 12:25:49 -0700 Subject: Move starting brace to new line --- world/map/npc/010-2/dimonds.txt | 39 ++++++++++++++++++++++++++------------- 1 file changed, 26 insertions(+), 13 deletions(-) (limited to 'world/map/npc/010-2/dimonds.txt') diff --git a/world/map/npc/010-2/dimonds.txt b/world/map/npc/010-2/dimonds.txt index 97b6fe90..8fe8cbc5 100644 --- a/world/map/npc/010-2/dimonds.txt +++ b/world/map/npc/010-2/dimonds.txt @@ -1,6 +1,7 @@ // -010-2.gat,34,38,0|script|Dimond|165,{ +010-2.gat,34,38,0|script|Dimond|165, +{ mes "[Dimond]"; mes "\"Welcome to Dimond's Cove!\""; mes ""; @@ -11,7 +12,8 @@ close; } -010-2.gat,40,35,0|script|Phil|157,{ +010-2.gat,40,35,0|script|Phil|157, +{ mes "[Phil]"; mes "\"We're having problems with our equipment!\""; next; @@ -20,7 +22,8 @@ close; } -010-2.gat,40,37,0|script|Jerry|160,{ +010-2.gat,40,37,0|script|Jerry|160, +{ mes "[Jerry]"; mes "\"I don't know what's wrong.\""; next; @@ -29,7 +32,8 @@ close; } -010-2.gat,42,36,0|script|Robert|162,{ +010-2.gat,42,36,0|script|Robert|162, +{ mes "[Robert]"; mes "\"I hope we can figure something out!\""; next; @@ -38,7 +42,8 @@ close; } -010-2.gat,35,35,0|script|Shannon|193,{ +010-2.gat,35,35,0|script|Shannon|193, +{ set @month, 1; set @start_day, 24; set @end_day, 26; @@ -476,7 +481,8 @@ leave: close; } -010-2.gat,27,30,0|script|Bar Rules|400,{ +010-2.gat,27,30,0|script|Bar Rules|400, +{ mes "Dimonds Cove Bar Rules"; next; mes "No excessive drinking!"; @@ -495,25 +501,29 @@ leave: close; } -010-2.gat,71,38,0|script|Store Policy|400,{ +010-2.gat,71,38,0|script|Store Policy|400, +{ mes "All sales are final."; mes "Returns are subject to a 50% re-stocking fee."; close; } -010-2.gat,77,38,0|script|Store Policy|400,{ +010-2.gat,77,38,0|script|Store Policy|400, +{ mes "All sales are final."; mes "Returns are subject to a 50% re-stocking fee."; close; } -010-2.gat,36,30,0|script|Directions|400,{ +010-2.gat,36,30,0|script|Directions|400, +{ mes "This way to the Dimonds Cove Inn."; mes "Five star accommodation for the weary traveler!"; close; } -010-2.gat,80,32,0|script|Dimonds Cove 1|400,{ +010-2.gat,80,32,0|script|Dimonds Cove 1|400, +{ mes "The Story of Dimonds Cove"; next; mes "One day Dimond D. Stone dreamed of her own restaurant."; @@ -532,14 +542,16 @@ leave: close; } -010-2.gat,85,32,0|script|Dimonds Cove 2|400,{ +010-2.gat,85,32,0|script|Dimonds Cove 2|400, +{ mes "List of Events at Dimonds Cove"; mes "January 2008 - Construction of Dimonds Cove."; close; } -010-2.gat,71,30,0|script|Inn|400,{ +010-2.gat,71,30,0|script|Inn|400, +{ mes "Welcome to the Dimonds Cove Inn"; mes "Rooms are 200 gp a night."; mes "Plese check in with Basil."; @@ -555,7 +567,8 @@ leave: 010-2.gat,65,41,0|shop|General Store|137,CottonShorts :-1,FancyHat :-1,SilkHeadband :-1,CottonSkirt :-1,Boots :-1,CottonBoots :-1 -010-2.gat,75,68,0|script|Basil|107,{ +010-2.gat,75,68,0|script|Basil|107, +{ set @npcname$, "Basil the Inn Keeper"; set @cost, 200; callfunc "Inn"; -- cgit v1.2.3-70-g09d2