package script.developer; import script.dictionary; import script.library.utils; import script.obj_id; import script.system_process; import java.util.Date; public class script_editor extends script.base_script { public script_editor() { } public int OnSpeaking(obj_id self, String text) throws InterruptedException { if (!isGod(self)) { return SCRIPT_CONTINUE; } if (!text.startsWith("editScript")) { return SCRIPT_CONTINUE; } java.util.StringTokenizer st = new java.util.StringTokenizer(text); st.nextToken(); String params = st.nextToken(); if (params == null) { sendSystemMessageTestingOnly(self, "Usage: /editScript