//===== rAthena Script =======================================
//= Test: OnInterInit
//===== By: ==================================================
//= rAthena Dev Team
//===== Last Updated: ========================================
//= 20140109
//===== Description: ========================================= 
//= Tests 'OnInterIfInit' and 'OnInterIfInitOnce' labels.
//============================================================

-	script	OnInterChk	-1,{
OnInterIfInit:
	debugmes "Loaded OnInterIfInit <-------";
	end;
OnInterIfInitOnce:
	debugmes "Loaded OnInterIfInitOnce <-------";
	end;
}
