Execute_AddAscendingMinutes
Description
Adds the specified number of minutes to the character's scheduled ascension time.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Character whose ascending time is modified |
| F1 | Number of minutes to add to the ascending timer |
Examples
| Description | BaseObject | Command |
|---|---|---|
| Add 60 minutes to Self's ascending timer | Self | AddAscendingMinutes |
| Add 1440 minutes (1 day) to Self's ascending timer | Self | AddAscendingMinutes |
| Add 30 minutes to Target's ascending timer | Target | AddAscendingMinutes |