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

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