############################################################ # Mission : just one enemy destroyer... # Made by Dimitri Vascotto ############################################################ # Description for the "New mission screen" : Description = Simple mission with one enemy destroyer. # Use ShowAllUnits = Yes when you test your mission, when it # is ok then change it to "No". ShowAllUnits = No # Use Deny... = Yes to avoid new units creation on map borders. DenyNewShipsAtBorder = Yes DenyNewPatrolsAtBorder = Yes # Time to start the mission (0..23) Time_Hour = 12 ############################# # My submarines ############################# START_UNIT unit_type = Submarine unit_subtype = UBoatVIIC unit_team = Allied unit_locX = 0 unit_locY = 0 unit_course = 0 unit_depth = 8 unit_speed = 0 END_UNIT START_UNIT unit_type = Submarine unit_subtype = UBoatVIIF unit_team = Allied unit_locX = 0 unit_locY = -50 unit_course = 0 unit_depth = 0 unit_speed = 0 END_UNIT ############################# # Enemy unit ############################# START_UNIT unit_type = Warship unit_subtype = Destroyer unit_team = Enemy unit_locX = 5 unit_locY = 1 unit_course = 270 unit_depth = 0 unit_speed = 10 END_UNIT