Execute_ApplyOverrideTimeline
Description
Applies an override timeline to the BaseObject character using the specified timeline table entry.
When F1 is 1, the non-BaseObject entity is set as the associated entity on each schedule.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character to apply the override timeline to (Self or Target) |
| S1 | EventTimeline ID defined in the Timeline data table |
| F1 | 0 to not set AssociatedEntity; 1 to set AssociatedEntity |
Examples
| Description | BaseObject | Command | S1 | F1 |
|---|
| Apply a friend-visit override to Self with associated entity (Target) | Self | ApplyOverrideTimeline | Timeline_FriendVisit | 1 |
| Apply a work override to Self without an associated entity | Self | ApplyOverrideTimeline | Timeline_GoToWork | 0 |
| Apply an event override to Target without an associated entity | Target | ApplyOverrideTimeline | Timeline_Event | 0 |