king1hw Posted March 1, 2022 Posted March 1, 2022 local Allied1CapPlane = SPAWN :New( "CAP_Spitfire_1" ) :InitLimit( 3, 6 ) :OnSpawnGroup( function ( SpawnGroup ) Aliied1PatrolZone = ZONE:New( "NE_Channel_Patrol" ) AICapZone = AI_CAP_ZONE:New( Aliied1PatrolZone, 2500, 5000, 354, 450 ) AICapZone:SetControllable( SpawnGroup ) AICapZone:SetEngageRange( 12875 ) AICapZone:__Start( 200 ) end ) :InitRepeatOnEngineShutDown() :InitDelayOn( 30 ) :SpawnScheduled( 3600,.5 ) Allied1CapPlane:SpawnAtAirbase( AIRBASE:FindByName( AIRBASE.TheChannel.Manston ), SPAWN.Takeoff.Hot )
Recommended Posts