Actions

RuneScript/Queues

From RuneWiki

Revision as of 18:08, 15 February 2024 by Pazaz (talk | contribs) (Created page with " === Commands === queue getqueue clearqueue === Queue Types === ==== Normal ==== Requires protected access before it can execute ==== Weak ==== Requires protected access before it can execute. Cleared when closing modals. Moving or interacting with something new closes modals and inherently clears weak queues ==== Strong ==== Requires protected access before it can execute. Closes modals before executing and if the queue contains a strong queue at all (modals tec...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Commands

queue

getqueue

clearqueue

Queue Types

Normal

Requires protected access before it can execute

Weak

Requires protected access before it can execute.

Cleared when closing modals. Moving or interacting with something new closes modals and inherently clears weak queues

Strong

Requires protected access before it can execute.

Closes modals before executing and if the queue contains a strong queue at all (modals technically close twice)

Modals are aggressively closed because they block protected access

Soft

Not granted protected access so it can always execute.

This concept comes from soft timers, which share the same behavior