Skip to content
fromgate edited this page Jun 4, 2017 · 5 revisions

Return player to previous position (BACK)

Syntax

BACK <location>

Returns player back for one or two blocks.

Parameter Value Description
<location> <1 / 2> Back to 1st (last) or 2nd (second last) position

Example

REGION_ENTER:
  noentry:
    region: noentry_region
    actions:
    - BACK 2
Clone this wiki locally