Skip to main content

ambition.complete

Overview

  • Instantly completes a specific ambition item on the target character (cheat; no-op in shipping builds). Use ambition.get to find item ids.

Metadata

FieldValue
DisplayComplete Ambition
Categoryambition
AccessScriptCheat
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)
ambition_item_idnameyesAmbition item ID to complete (see ambition.get)

Returns

  • Return shape is not declared for this command.

Usage

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