Script:unsetcontrolledzone: Difference between revisions

From Arx Libertatis Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 2: Line 2:
{{ScriptCommandPage
{{ScriptCommandPage
|description=remove the controlling entity from a [[zone]]
|description=remove the controlling entity from a [[zone]]
|context=none
|parameters=
|parameters=
zone string Name of the zone to relinquish control of
zone string Name of the zone to relinquish control of
|intro=After executing this command no entity will receive {{Event|controlledzone_enter}} and {{Event|controlledzone_leave}} events when any entities enter or leave that zone.
|intro=After executing this command no entity will receive {{Event|controlledzone_enter}} and {{Event|controlledzone_leave}} events when any entities enter or leave that zone.
}}
}}

Revision as of 03:23, 16 April 2020

This article is a stub - you can help by expanding it. See the Wiki FAQ.

The unsetcontrolledzone script command is used to remove the controlling entity from a zone. After executing this command no entity will receive controlledzone_enter and controlledzone_leave events when any entities enter or leave that zone.

Usage

unsetcontrolledzone <zone>

Context: Ignored

Parameters:

ParameterTypeDescription
zone string Name of the zone to relinquish control of