Skip to main content

buff.remove

Overview

  • Removes a buff from the target character.

Metadata

FieldValue
DisplayRemove Buff
Categorybuff
AccessScriptCheat
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)
buff_idnameyesBuff ID to remove

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('buff.remove', {
entity_id: 0, // optional
buff_id: '',
});