Skip to content

Commands

Commands are how the Actor interacts with the world. Available commands appear in the autocomplete dropdown when they are contextually valid.

CommandSyntaxDescription
GO/go <direction>Move to an adjacent area
LOOK/look [target]Examine the surroundings or a specific target
STAND/standStand up from a non-standing posture
CommandSyntaxDescription
SAY/say <message>Speak aloud to those nearby
CommandSyntaxDescription
GET/get <target>Pick up an item
TAKE/take <target>Pick up an item without equipping it
EQUIP/equip <target>Draw a weapon from inventory
STOW/stow [hand]Put away the held weapon
DROP/drop [hand]Drop the held weapon on the ground
SWAP/swapSwap main hand and off-hand weapons
RELOAD/reload [ammo]Reload the main hand weapon
CommandSyntaxDescription
ATTACK/attack [target]Engage a target with AI-planned combat actions
ADVANCE/advance [distance]Move toward the enemy
RETREAT/retreat [distance]Move away from the enemy
STRIKE/strike [hand]Attack the target with a weapon
DEFEND/defendSpend remaining AP on defense
CommandSyntaxDescription
USE WORKBENCH/use workbenchOpen the character upgrade workbench
  • Angle brackets <param> denote a required argument.
  • Square brackets [param] denote an optional argument.
  • The leading / slash is optional in most clients.