Fixed issue with Restuss Criers if starting Restuss in stage 3.

This commit is contained in:
CekisSWG
2020-03-04 18:05:51 -05:00
parent 46061abe5b
commit 9d09b89b5c

View File

@@ -90,6 +90,7 @@ public class stage_two_crier extends script.base_script
public int warningLoop(obj_id self, dictionary params) throws InterruptedException
{
obj_id herald = utils.getObjIdScriptVar(self, HERALD_ID);
if(!isValidId(herald) || !isValidId(self)) return SCRIPT_CONTINUE;
chat.chat(herald, WARNING);
messageTo(self, "warningLoop", null, 30.0f, false);
return SCRIPT_CONTINUE;