Originally Posted by
Dengarde
No matter what it's gonna start on frame one, thats how the engine is programmed. But, you could probably set an event in frame 1 to immediately go to frame 3 if a condition is met.
Since you want this to happen when the game starts I'd recommend this:
At the start of Frame 3, set up an event that saves an INI file with a value.
At the start of frame one set up an event that checks for said value. If said value is valid, immediately go to frame 3. If not, do nothing and stay on frame 1.