mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-01-17 00:05:07 -05:00
Fixed issue with Restuss Criers if starting Restuss in stage 3.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user