You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
594 B
Plaintext

//===== 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;
}