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