Skip to main content

needs.set_full

Overview

  • Fills the specified need category on the target character, or all needs when category is empty.

Metadata

FieldValue
DisplaySet Needs Full
Categoryneeds
AccessUserCheat
ScopeB2Authority
Tags
AliasesSetNeedsFull

Parameters

NameTypeRequiredDefaultDescription
categorystringnoNeeds category name, or empty for all
entity_identityIdnoTarget entity ID (default: possessed)

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('needs.set_full', {
category: '', // optional
entity_id: 0, // optional
});