OnInterInit.txt 594 B

123456789101112131415161718
  1. //===== rAthena Script =======================================
  2. //= Test: OnInterInit
  3. //===== By: ==================================================
  4. //= rAthena Dev Team
  5. //===== Last Updated: ========================================
  6. //= 20140109
  7. //===== Description: =========================================
  8. //= Tests 'OnInterIfInit' and 'OnInterIfInitOnce' labels.
  9. //============================================================
  10. - script OnInterChk -1,{
  11. OnInterIfInit:
  12. debugmes "Loaded OnInterIfInit <-------";
  13. end;
  14. OnInterIfInitOnce:
  15. debugmes "Loaded OnInterIfInitOnce <-------";
  16. end;
  17. }