set-actor-ownership
Assign or remove ownership permissions for actors, supporting individual assignments and bulk operations for players and NPCs.
Instructions
Set ownership permissions for actors. Use permissionLevel OWNER/OBSERVER/LIMITED to grant access, or NONE to remove it. Supports individual assignments like "Make John the owner of Aragorn" and bulk operations like "Give the party observer access to all friendly NPCs".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actorIdentifier | Yes | Actor name, ID, or "all friendly NPCs" for bulk operations. Use "party characters" for all player-owned actors. | |
| permissionLevel | Yes | Permission level to assign: NONE (no access), LIMITED (basic view), OBSERVER (full view, no control), OWNER (full control) | |
| playerIdentifier | Yes | Player name, character name, or "party" for all connected players. Supports partial matching. | |
| confirmBulkOperation | No | Required confirmation for bulk operations affecting multiple actors/players |