summaryrefslogtreecommitdiff
path: root/npc/042-1/malik.txt
blob: 8da665dec25857b1ec996756c2901857d84af9bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
042-1.gat,105,60,0	script	Malik	162,{

	mes "reset?";
	menu
		"yes",-,
		"no",L_Close;
	set hasan, 0;
	set kaan, 0;
	set sorfina, 0;
	set tanisha, 0;
	set maggot, 0;
	set FLAGS, FLAGS & ~FLAG_TUTORIAL_DONE;
L_Close:
	close;
}