LogStoryEvent

From Dragon Age Toolset Wiki
Revision as of 00:57, 19 February 2010 by BryanDerksen (Talk | contribs) (Adding a bit of documentation. Since this function is of little use to end users, though, this is primarily for the benefit of fellow BioWarians who may run afoul of the same frustration I did. :))

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.