Skip to main content

hope.select

Overview

  • Selects a hope on the target character. Use force=true to override limits.

Metadata

FieldValue
DisplaySelect Hope
Categoryhope
AccessScriptCheat
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)
hope_idnameyesHope ID
forceboolyesForce add (default: false)

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('hope.select', {
entity_id: 0, // optional
hope_id: '',
force: false,
});