Skip to main content

career.set_exam_preparation

Overview

  • Sets a school student's exam preparation score (0-100) to test exam results/grades without studying. Reset to 0 on the weekly school reset (Monday).

Metadata

FieldValue
DisplaySet Exam Preparation
Categorycareer
AccessUserCheat
ScopeB2Authority
Tags
AliasesSetExamPreparation

Parameters

NameTypeRequiredDefaultDescription
entity_identityIdnoTarget entity ID (default: possessed)
valueintyesExam preparation score (0-100)

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('career.set_exam_preparation', {
entity_id: 0, // optional
value: 0,
});