Author Topic: Yet another newbie question  (Read 1292 times)

0 Members and 1 Guest are viewing this topic.

Yet another newbie question
So i finally started my own campaign (Huzzah!), and i'm almost done my first mission from starting it last night. I want the end of my mission to be landing inside the hanger bay of a ship (this is the inferno mod, so the hangerbay of a GTCa Warlock). I've seen a lot of missions where they allow you to do this, but can someone tell me how to do this?

Thanks in advance.
Fun while it lasted.

Then bitter.

 

Offline TrashMan

  • T-tower Avenger. srsly.
  • 213
  • God-Emperor of your kind!
    • FLAMES OF WAR
Re: Yet another newbie question
when
   ( <
      ( distance-ship-subsystem
         "Alpha 1"
         "Delacroix"
         "fighterbay"
      )
      150
   )
   ( end-mission )





OR, IF YOU HAVE MULTUIPLE FIGHTERBAYS:

$Formula: ( when
   ( or
      ( <
         ( distance-ship-subsystem
            "Alpha 1"
            "Fury"
            "fighterbay2"
         )
         50
      )
      ( <
         ( distance-ship-subsystem
            "Alpha 1"
            "Fury"
            "fighterbay3"
         )
         50
      )
   )
   ( end-mission )

Nobody dies as a virgin - the life ****s us all!

You're a wrongularity from which no right can escape!

 
Re: Yet another newbie question
Thanks alot.
Fun while it lasted.

Then bitter.