Files
dsrc/sku.0/sys.server/compiled/game/script/npc/converse/npc_convo.java
T
2018-06-07 00:32:29 +01:00

15 lines
269 B
Java
Executable File

package script.npc.converse;
import script.obj_id;
public class npc_convo extends script.base_script
{
public npc_convo()
{
}
public int OnInitialize(obj_id self) throws InterruptedException
{
return SCRIPT_CONTINUE;
}
}