blob: 6859b65afb797e67bff55796de8a2983657e0751 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
name: "queued"
category: "General"
description: |
Shows your pending actions that will execute on the next game tick.
Usage: queued
All gameplay actions are resolved once per tick (600ms). Free actions
stack (you can queue several), while active actions replace each other.
Instant actions execute immediately.
The queued command shows:
- Free actions you've stacked up (e.g. wear, remove, style)
- Your active action that will execute after all free actions
- Your position in the global active action queue (for conflict resolution)
See also: help actions
|