;VODDATA Latitude Longitude Range Scale Rotation Not_used Not_used Not_used Not_used Visibility Altitude Scenery_complexity(0-5) Not_used Not_used ;MACRODESC FSDS object 1x0 using scale 0.020000 ;Generated with FS Design Studio v1.6 ;Copyright 2000 ; %1 = Latitude ; %2 = Longitude ; %3 = Range ; %4 = Scale ; %5 = Rotation ; %6 = Not used ; %7 = Not used ; %8 = Not used ; %9 = Not used ; %10 = Visibility range ; %11 = Altitude ; %12 = Scenery complexity mif( 0 ) ; displays airport symbol Area( 5 %1 %2 1 ) RotatedCall( :symbol 0 0 %5 ) Jump( :endsymbl ) :symbol RefPoint( 7 : 1 %1 %2 ) Points( 1 -22 0 0 -22 0 0 22 0 0 22 0 0 0 0 0 ) Poly( a 1 5 2 ) Poly( a 2 5 3 ) Poly( a 3 5 4 ) Poly( a 4 5 1 ) Return :endsymbl EndA mifend Area( 5 %1 %2 %3 ) IfVarRange( :Exit 0346 %12 5 ) PerspectiveCall( :PCall ) ShadowCall( :PC02 ) Jump( :Exit ) :PCall Perspective :PC02 mif( %11 ) RefPoint( 2 :Skip %4 %1 %2 E= %11 v1= %10 V2= 182 ) melse RefPoint( 7 :Skip %4 %1 %2 v1= %10 v2= 182 ) mifend RotatedCall( :B 0 0 %5 ) Return :B Call32( :Part0 ) :Skip Return :Exit Jump( :End ) ; ; Part: person_poly :Part0 Points( 0 -22 0 0 ; 0 -22 91 0 ; 1 23 91 0 ; 2 23 0 0 ; 3 -22 0 0 ; 4 -22 91 0 ; 5 23 91 0 ; 6 23 0 0 ; 7 ) ;RGBSColor( ef 121 121 121 ) Dwx( 2d ) ; color command Dbd( 121 ) ; red Dbx( ef ) ; flag/transparency Dbd( 121 ) ; green Dbd( 121 ) ; blue ; BGL_TEXTURE: tclass=1h color=79EF7979 name=DK1.bmp Dwx( 0043 0014 0000 0001 ef79 7979 ) Dba(DK1.bmp) Dbx( 00 ) TexPoly( 0 0 -32767 0.00 0 128 0 1 128 256 2 256 256 3 256 0 ) TexPoly( 0 0 32767 0.00 7 0 0 6 0 256 5 128 256 4 128 0 ) Return :End EndA