Skip to main content

status_and_health.add_illness

Overview

  • Adds the specified illness to the current character.

Metadata

FieldValue
DisplayAdd Illness
Categorystatus_and_health
AccessUserCheat
ScopeB2Authority
Tags
AliasesAddIllness, health.add_illness

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)
illness_idnameyesIllness ID to add

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('status_and_health.add_illness', {
entity_id: 0, // optional
illness_id: '',
});