OSDN Git Service

First version
[st-ro/stro.git] / npc / test / OnInterInit.txt
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
11 -       script  OnInterChk      -1,{
12 OnInterIfInit:
13         debugmes "Loaded OnInterIfInit <-------";
14         end;
15 OnInterIfInitOnce:
16         debugmes "Loaded OnInterIfInitOnce <-------";
17         end;
18 }