Skip to main content

zoi_group.move_to

Overview

  • Makes the entire Zoi group walk together to a destination site. Members gather near the leader first, then move as a group. Far members are auto-teleported.

Metadata

FieldValue
DisplayGroup Move To
Categoryzoi_group
AccessUserCheat
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoAny group member entity ID (default: possessed)
destinationstringyesDestination site ID

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('zoi_group.move_to', {
entity_id: 0, // optional
destination: '',
});