summaryrefslogtreecommitdiff
path: root/npc/snow-village/sexchanger.txt
blob: 7572865d6e5c4512146909d3b34dbb2a13e52e33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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;
}