From 634e31bc0f4d1efac4936619205e454dd39f2514 Mon Sep 17 00:00:00 2001 From: The Kandiman Date: Sat, 10 Sep 2011 14:10:36 -0400 Subject: Tab replacement and formatting project: Maps 014-1 to 021-2 complete. --- world/map/npc/021-1/eurni.txt | 58 +++++++++++++++++++++---------------------- 1 file changed, 29 insertions(+), 29 deletions(-) (limited to 'world/map/npc/021-1/eurni.txt') diff --git a/world/map/npc/021-1/eurni.txt b/world/map/npc/021-1/eurni.txt index 1a140e81..014d8d7a 100644 --- a/world/map/npc/021-1/eurni.txt +++ b/world/map/npc/021-1/eurni.txt @@ -1,39 +1,39 @@ // -021-1.gat,141,113,0 script Eurni 136,{ - if (BaseLevel < 10) goto L_TooYoung; - if (zeny < 10000) goto L_NoMoney; +021-1.gat,141,113,0|script|Eurni|136,{ + if (BaseLevel < 10) goto L_TooYoung; + if (zeny < 10000) goto L_NoMoney; - mes "[Eurni the Surgeon]"; - mes "\"Are you tired of being what you are?\""; - next; - - mes "[Eurni the Surgeon]"; - mes "\"Would you maybe be interested in a sex change?\""; - next; - - mes "[Server]"; - mes "Warning: All characters under this login will be changed. Once it's done, you will be kicked from the server. Don't panic, as everything is fine."; - next; - - menu - "Please do, my dear...", L_Change, - "Leave alone my family treasure!", -; - close; + mes "[Eurni the Surgeon]"; + mes "\"Are you tired of being what you are?\""; + next; + + mes "[Eurni the Surgeon]"; + mes "\"Would you maybe be interested in a sex change?\""; + next; + + mes "[Server]"; + mes "Warning: All characters under this login will be changed. Once it's done, you will be kicked from the server. Don't panic, as everything is fine."; + next; + menu + "Please do, my dear...", L_Change, + "Leave alone my family treasure!", -; + close; L_Change: - if (zeny < 10000) goto L_No_Money; - set zeny, zeny - 10000; - changesex; - close; + if (zeny < 10000) + goto L_No_Money; + set zeny, zeny - 10000; + changesex; + close; L_TooYoung: - mes "[Eurni the Surgeon]"; - mes "\"Move along, kid.\""; - close; + mes "[Eurni the Surgeon]"; + mes "\"Move along, kid.\""; + close; L_NoMoney: - mes "[Eurni the Surgeon]"; - mes "\"You don't have enough to pay for my services.\""; - close; + mes "[Eurni the Surgeon]"; + mes "\"You don't have enough to pay for my services.\""; + close; } -- cgit v1.2.3-70-g09d2