Originally Posted by ALF

1. Create a new goal <your_mod>Start
2. Add the following text in the KB section:
IF
GameEventSet("GAMEEVENT_GameStarted")
THEN
GoalCompleted;

Mmm, isnt an entry missing here?

THEN
InitStory();
GoalCompleted;

Think its necessary for a safe story initialization, am I wrong?