diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-01-22 08:37:30 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-01-22 08:37:30 +0000 |
commit | 19596fe33ef8d123398ff780e4741274bd59be9d (patch) | |
tree | c906a3204ce32ca70723793657ea4d4ba34e4aba /npc/snow-village/sexchanger.txt | |
parent | 0030d3987820182190cbd557d0d375848dadf5de (diff) | |
download | serverdata-19596fe33ef8d123398ff780e4741274bd59be9d.tar.gz serverdata-19596fe33ef8d123398ff780e4741274bd59be9d.tar.bz2 serverdata-19596fe33ef8d123398ff780e4741274bd59be9d.tar.xz serverdata-19596fe33ef8d123398ff780e4741274bd59be9d.zip |
Some files set to use native end of line characters.
Diffstat (limited to 'npc/snow-village/sexchanger.txt')
-rw-r--r-- | npc/snow-village/sexchanger.txt | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/npc/snow-village/sexchanger.txt b/npc/snow-village/sexchanger.txt index a7ffb105..7572865d 100644 --- a/npc/snow-village/sexchanger.txt +++ b/npc/snow-village/sexchanger.txt @@ -1,25 +1,25 @@ -new_11-1.gat,50,49,0 script Xanith 136,{
- mes "[Xanith the Surgeon]";
- mes "Are you tired of being what you are?";
- next;
-
- mes "[Xanith the Surgeon]";
- mes "Would you maybe be interested in a sex change?";
- next;
-
- mes "[Server]";
- mes "Warning: All the character in your account will get the sex changed.";
- mes "Also you probably will require to restart the client to notice a change.";
- next;
-
- menu
- "Please do, my dear...",xes,
- "Leave alone my family treasure!",nope;
-
-xes:
- changesex;
- close;
-
-nope:
- close;
-}
+new_11-1.gat,50,49,0 script Xanith 136,{ + mes "[Xanith the Surgeon]"; + mes "Are you tired of being what you are?"; + next; + + mes "[Xanith the Surgeon]"; + mes "Would you maybe be interested in a sex change?"; + next; + + mes "[Server]"; + mes "Warning: All the character in your account will get the sex changed."; + mes "Also you probably will require to restart the client to notice a change."; + next; + + menu + "Please do, my dear...",xes, + "Leave alone my family treasure!",nope; + +xes: + changesex; + close; + +nope: + close; +} |