summaryrefslogtreecommitdiff
path: root/npc/001-1_Tulimshar/rules.txt
blob: bc82a9943583fcbaad7e3e95a0f7a7822006d6fc (plain) (blame)
1
2
3
4
5
6
7
8
//

001-1.gat,29,28,0	script	#Rules	0,1,1,{
	if (TUT_var & 1 == 1) close;
	callfunc "GameRules";
	mes "Ian, the trainer, can help you get to know the game.";
	close;
}