Skip to main content

social_event.apply

Overview

  • Cheat-creates a social event (SiteEvent) at the possessed character's site using the given template id. Mirrors UB2CheatManager::B2ApplySocialEvent.

Metadata

FieldValue
DisplayApply Social Event
Categorysocial_event
AccessUserCheat
ScopeB2Authority
Tags
AliasesApplySocialEvent

Parameters

NameTypeRequiredDefaultDescription
social_event_idnameyesSiteEvent TableRow id (e.g. SocialEvent_BirthdayParty)
group_typenamenoCandidate scope. Empty uses relationships; all/all_characters/all_citizens uses every loaded character.
site_idnamenoOptional event site id. Empty uses the possessed character's current site.

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('social_event.apply', {
social_event_id: '',
group_type: '', // optional
site_id: '', // optional
});