// // CPT operator / SondeerGame // This source file is (c) by Deltares. // - October 2014 // //============================================================================= // To be placed on the edges of the map // // Messages can be set individual in editor // Should NOT be placed over Failures // // ------------------------------------------------------------ // Created by Rui Guimaraes // © 2006, Geodelft // 2006-11-21 The Implemented //============================================================================= class MapLimitVolume extends Volume; var(WarningMessage) string MessageNotLeave; defaultproperties { LocationName="Limit Map" MessageNotLeave="LANG_EndWorld" }