public void AgentAlwaysUpdate()
 {
     if (this.isScriptValid() && this.getScriptType() == "AgentScript" && !this.isDoneInProgress())
     {
         AgentScript.AgentAlwaysUpdateInternal();
         AgentScript.AgentAlwaysUpdate();
     }
 }