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/013-2/notes.txt | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) (limited to 'world/map/npc/013-2/notes.txt') diff --git a/world/map/npc/013-2/notes.txt b/world/map/npc/013-2/notes.txt index 49997195..f946254f 100644 --- a/world/map/npc/013-2/notes.txt +++ b/world/map/npc/013-2/notes.txt @@ -1,22 +1,26 @@ // -013-2.gat,23,32,0|script|Motto|400,{ +013-2.gat,23,32,0|script|Motto|400, +{ mes "Mid pleasures and palaces though we may roam,"; mes "Be it ever so humble, there's no place like home."; close; } -013-2.gat,30,32,0|script|Note|400,{ +013-2.gat,30,32,0|script|Note|400, +{ mes "Please do not open."; close; } -013-2.gat,38,20,0|script|Saying|400,{ +013-2.gat,38,20,0|script|Saying|400, +{ mes "The early bird catcheth the worm."; close; } -013-2.gat,27,21,0|script|Mirror|400,{ +013-2.gat,27,21,0|script|Mirror|400, +{ mes "You say: \"Mirror mirror on the wall, who has the nicest haircut of them all?\""; next; mes "\"Oh fair adventurer, your hair indeed looks nice. But wouldn't it look much better, after I have rolled my dice?\""; @@ -31,7 +35,8 @@ } // Warp to north-eastern woods -013-2.gat,25,23,0|script|Spell|400,{ +013-2.gat,25,23,0|script|Spell|400, +{ mes "You read: \"I see trees of green, red roses too. I see them bloom for me and you. And I think to myself: \'What a wonderful world\'\""; next; mes "You think: \"Huh?\""; @@ -43,7 +48,8 @@ } // Warp to Indian in south-eastern desert -013-2.gat,27,24,0|script|Spell|400,{ +013-2.gat,27,24,0|script|Spell|400, +{ mes "You read: \"A red-coloured fellow smoking his pipe - down in the desert - that's what I like!\""; next; mes "You feel the floor disappear below your feet..."; @@ -63,7 +69,8 @@ L_cheat: } // Warp to snow area -013-2.gat,25,27,0|script|Spell|400,{ +013-2.gat,25,27,0|script|Spell|400, +{ mes "You read: \"Snow-white flakes and eminent frost - I'll go there, whatever the cost!\""; next; mes "You feel yourself getting lighter..."; @@ -93,7 +100,8 @@ L_Close: } // Warp to Dimond -013-2.gat,27,27,0|script|Spell|400,{ +013-2.gat,27,27,0|script|Spell|400, +{ mes "You read: \"People and cosiness, lively and fun - that's where I've gone!\""; next; mes "The world around you slowly dissolves..."; @@ -103,7 +111,8 @@ L_Close: } // Warp to mines level 2 -013-2.gat,26,28,0|script|Spell|400,{ +013-2.gat,26,28,0|script|Spell|400, +{ mes "You read: \"Darkness and legs, eight of them each - I'd rather not go there, but now it's too late...\""; next; mes "For a moment everything turns black..."; @@ -113,7 +122,8 @@ L_Close: } // Death -013-2.gat,21,29,0|script|Spell|400,{ +013-2.gat,21,29,0|script|Spell|400, +{ mes "You read: \"Heart stops pumping, breath begone - life is stopping, death has come!\""; next; mes "You're losing control of your body... everything turns black... while slipping to the floor, you hear a faraway scream... suddenly, you see THE LIGHT!"; @@ -123,7 +133,8 @@ L_Close: } // Naked -013-2.gat,28,29,0|script|Spell|400,{ +013-2.gat,28,29,0|script|Spell|400, +{ mes "You read: \"Cotton, steel, leather and wool - have I ever seen a greater fool?\""; next; mes "You suddenly feel naked; you ARE naked!"; -- cgit v1.2.3-60-g2f50