// September 2015 // Levee Patroller / Dijk Patrouille // This source file is (c) by Deltares. This source file is open source but only available to select users. Do not redistribute without written permission of Stichting Deltares, Delft, The Netherlands. // This header has been automatically generated. class ACTION_SkipIntro extends ScriptedAction; var GeoPlayerControllerIntro T; function ProceedToNextAction(ScriptedController C) { if (T == None) ForEach C.AllActors(class'GeoPlayerControllerIntro',T,) break; T.SkipIntro(); } function bool StartsSection() { return true; } function string GetActionString() { return ActionString@T; } defaultproperties { ActionString="ACTION_SkipIntro" }