summaryrefslogblamecommitdiff
path: root/npc/020-3_Ice_cave/monsters.txt
blob: b9dce5f52e8d9ea92755cc19f9455b411957982f (plain) (tree)



















                                                                   
// Map: new_12-1
// This is the Ice Cave below Snow Town.
//

new_12-1.gat,0,0,0,0	monster	Bat	1017,20,0,0,Mob12::OnBat
new_12-1.gat,0,0,0,0	monster	Pinkie	1018,10,0,0,Mob12::OnPinkie

new_12-1.gat,0,0,0	script	Mob12	-1,{
OnBat:
	set @mobID, 1017;
	callfunc "MobPoints";
	break;

OnPinkie:
	set @mobID, 1018;
	callfunc "MobPoints";
	break;

	end;
}