Skip to main content

career.add_attendance

Overview

  • Adds attendance days to a character's career record for retirement eligibility testing

Metadata

FieldValue
DisplayAdd Attendance Days
Categorycareer
AccessUserCheat
ScopeB2Authority
Tags
AliasesB2AddCareerAttendance

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoCharacter EntityId (default: possessed)
daysintno20Number of days to add

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('career.add_attendance', {
entity_id: 0, // optional
days: 20, // optional
});