public static bool ShipIsValid() { ShipScript script = GetShipScript(); if (script != null) { return(script.IsValidShip()); } return(false); }