Files
rathena/npc/test/OnInterInit.txt
Euphy 2f45d8c7ea Some minor edits.
Follow-up c0e87af: changed file encoding.

Signed-off-by: Euphy <euphy.raliel@rathena.org>
2014-01-12 17:39:43 -05:00

9 lines
163 B
Plaintext

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