Skip to main content

hope.set_fix

Overview

  • Pins or unpins a hope on the target character. fixed=true to pin, false to unpin.

Metadata

FieldValue
DisplayFix/Unfix Hope
Categoryhope
AccessScriptCheat
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)
hope_idnameyesHope ID
fixedboolyestrue to fix, false to unfix

Returns

  • Return shape is not declared for this command.

Usage

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