Seven Towers: UCC Reference

SCRIPT COMMANDS

step dir

Immediately executes a second script command. Causes the actor (which must be an NPC, monster or barge) to move one tile in the direction specified by 'dir'. Valid values for 'dir' are:

NORTH = 0NORTHEAST = 1EAST = 2SOUTHEAST = 3SOUTH = 4
SOUTHWEST = 5WEST = 6NORTHWEST = 7

Additionally, UCC recognizes the following constants:

northneeastsesouthswwestnw

Related script commands