summaryrefslogtreecommitdiff
path: root/npc/000-2-0/frederico.txt
diff options
context:
space:
mode:
authorErik Schilling <ablu.erikschilling@googlemail.com>2012-01-04 18:14:17 +0100
committerErik Schilling <ablu.erikschilling@googlemail.com>2012-01-04 18:14:17 +0100
commit32f4c3aa401fa2da11393f800431e8dc2fd81af1 (patch)
tree3dcf9de9f790e6cf6c5ded36bbc55170a39482f9 /npc/000-2-0/frederico.txt
parent857a37ed3697b4e58178771ddb6f604108b60928 (diff)
downloadserverdata-32f4c3aa401fa2da11393f800431e8dc2fd81af1.tar.gz
serverdata-32f4c3aa401fa2da11393f800431e8dc2fd81af1.tar.bz2
serverdata-32f4c3aa401fa2da11393f800431e8dc2fd81af1.tar.xz
serverdata-32f4c3aa401fa2da11393f800431e8dc2fd81af1.zip
Random code cleanup. Removed tabs. Fixed identation. Removed trailing spaces.
Diffstat (limited to 'npc/000-2-0/frederico.txt')
-rw-r--r--npc/000-2-0/frederico.txt94
1 files changed, 43 insertions, 51 deletions
diff --git a/npc/000-2-0/frederico.txt b/npc/000-2-0/frederico.txt
index 921726c2..11ced116 100644
--- a/npc/000-2-0/frederico.txt
+++ b/npc/000-2-0/frederico.txt
@@ -5,60 +5,52 @@
// Drunken easteregg about player's past activity
000-2-0.gat,20,23,0,0 script Frederico 311,{
- mesn;
- mesq l("You?? Here??");
- mesq l("How is *hips* possible??");
- next;
- mesn l("The sailor is drinking his beer in one shoot");
-
- menu
- g(l("Excuse me? Do you know who I am?#0"), l("Excuse me? Do you know who I am?#1")), -;
-
- mesn;
- mesq l("Don't do do theee... *hips* with me eh!");
-
- menu
- l("Are you ok?"), l_Quit,
- l("Alright, bye!"), -;
-
- mesn;
- mesq g(l("NO and *hips* NO, you and you and your... *hurps* stupi*hips* guild!#0"), l("NO and *hips* NO, you and you and your... *hurps* stupi*hips* guild!#1"));
- mesq l("You tried to get ride of me eeh?? But suprise! I'm still here...*hips* Or there....");
- next;
- mesn;
- mesq l("But you won't *hips* me this time...");
-
- menu
- l("What are you talking about? Which guild?"), l_Quit,
- l("You are full of wine my friend..."), -,
- l("You should go and get some sleep."), l_Quit;
-
- mesn;
- mesq l("If I saw *hips* who you wereee.... *hips* Would not had help you! ");
-
- menu
- l("But who am I?"), -,
- l("What am I suposed to say?"), l_Quit,
- l("You should go and get some sleep."), l_Secret;
-
- mesn;
- mesq l("The giant bogeyman!");
- next;
- goto l_Quit;
+ mesn;
+ mesq l("You?? Here??");
+ mesq l("How is *hips* possible??");
+ next;
+ mesn l("The sailor is drinking his beer in one shoot");
+ menu
+ g(l("Excuse me? Do you know who I am?#0"), l("Excuse me? Do you know who I am?#1")), -;
+ mesn;
+ mesq l("Don't do do theee... *hips* with me eh!");
+ menu
+ l("Are you ok?"), l_Quit,
+ l("Alright, bye!"), -;
+ mesn;
+ mesq g(l("NO and *hips* NO, you and you and your... *hurps* stupi*hips* guild!#0"), l("NO and *hips* NO, you and you and your... *hurps* stupi*hips* guild!#1"));
+ mesq l("You tried to get ride of me eeh?? But suprise! I'm still here...*hips* Or there....");
+ next;
+ mesn;
+ mesq l("But you won't *hips* me this time...");
+ menu
+ l("What are you talking about? Which guild?"), l_Quit,
+ l("You are full of wine my friend..."), -,
+ l("You should go and get some sleep."), l_Quit;
+ mesn;
+ mesq l("If I saw *hips* who you wereee.... *hips* Would not had help you! ");
+ menu
+ l("But who am I?"), -,
+ l("What am I suposed to say?"), l_Quit,
+ l("You should go and get some sleep."), l_Secret;
+ mesn;
+ mesq l("The giant bogeyman!");
+ next;
+ goto l_Quit;
- l_Secret:
+l_Secret:
mesn;
- mesq l("Hear me *hips* well, what ever, whatididever you will*hips*said ab...euh..out wha?! You saw there, the Guild of Esperia won't let it go to public.");
- mesq l("Nobody will know about the existence of the Mercurians");
+ mesq l("Hear me *hips* well, what ever, whatididever you will*hips*said ab...euh..out wha?! You saw there, the Guild of Esperia won't let it go to public.");
+ mesq l("Nobody will know about the existence of the Mercurians");
+ next;
+ mesq l("Nobody! *hurps*");
next;
- mesq l("Nobody! *hurps*");
- next;
- l_Quit:
+l_Quit:
mesn;
- mesq l("Yeah you're all like *hips* that in Esperia, but you won't get me! *hurps*");
- mesq l("I'm not that numb eeh *hips* what did ever you disco*hips*veeered there, the warrior guild won't get me!");
+ mesq l("Yeah you're all like *hips* that in Esperia, but you won't get me! *hurps*");
+ mesq l("I'm not that numb eeh *hips* what did ever you disco*hips*veeered there, the warrior guild won't get me!");
next;
- mesn l("The sailor is turning his back to you");
- close;
-} \ No newline at end of file
+ mesn l("The sailor is turning his back to you");
+ close;
+}