User talk:Maikel
Test for Tutorial: Creating a parkour
Scenario script
The parkour goal can not be created through a Scenario.txt entry, since the checkpoints have to be created manually.
protected func Initialize() { var goal = CreateObject(Goal_Parkour); return; }
Landscape
Dynamic vs. static.