Skip to main content

hope.complete

Overview

  • Instantly completes a currently-selected hope on the target character, running its completion reward script and firing the completion popup. The hope must be selected (see hope.list).

Metadata

FieldValue
DisplayComplete Hope
Categoryhope
AccessScriptCheat
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)
hope_idnameyesHope ID to complete (must be currently selected)

Returns

  • Return shape is not declared for this command.

Usage

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