Skip to main content

skill.add_exp

Overview

  • Adds experience to a skill on the target character.

Metadata

FieldValue
DisplayAdd Skill EXP
Categoryskill
AccessScriptCheat
ScopeB2Authority
Tags
Aliases

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)
skill_idnameyesSkill ID
expfloatyesEXP amount to add

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('skill.add_exp', {
entity_id: 0, // optional
skill_id: '',
exp: 0.0,
});