LogStoryEvent

From Dragon Age Toolset Wiki
Jump to: navigation, search

Logs an event for the hero's "Story So Far" in the save game.

void LogStoryEvent(
int nEventID
);
Parameters:
nEventID
The ID of the Event being logged
Returns:

Nothing.

Source:

script.ldf

Description

LogStoryEvent sends its parameter to EA's servers to indicate that a particular event in the character's story has occurred. Since the meaning of each event ID needs to be set up server-side, this is likely of little to no practical use for end user modders.

Remarks

Story events are queued up and are only sent to the server when the player saves the game.