Files
dsrc/sku.0/sys.server/compiled/game/script/test/fs_quest_test.java
2018-06-07 00:32:29 +01:00

15 lines
280 B
Java
Executable File

package script.test;
import script.obj_id;
public class fs_quest_test extends script.base_script
{
public fs_quest_test()
{
}
public int OnSpeaking(obj_id self, String text) throws InterruptedException
{
return SCRIPT_CONTINUE;
}
}