Hnxml Standard
    Preparing search index...

    Type Alias Delay

    This task will not complete until [time] seconds after the first attempt to complete it has been made.

    This is mostly only useful for use with the "activeCheck" flag on the mission set to true. A mission with a delay goal, that is silenced and that's set to auto-check essentially acts as a delay timer buffer between responses for missions This can add a human-feeling response time to missions.

    <goal type="delay" time="10.0"/>
    
    type Delay = {
        time: string;
        type: "delay";
    }
    Index

    Properties

    Properties

    time: string
    type: "delay"