Hi all:
Imagine we have the player aircraft inflight (A), and another one AI (B).
I can get the reference to the player aircraft (A) using:
Code:
//Get player aircraft
cur_Plane = GamePlay.gpPlayer().Place() as AiAircraft;
Similarly, how can I get a reference to the other aircraft in flight (B) ?
Thanks.