; AAFPLUS sample file
;
; This adventure file shows you the new syntax possibilities:
;
; It's possible to put multiple statements on one line or use multiple lines
; for one statement.
;


                   If 
 GearUp 


        (
        
        
    )
   
   
   print 
   
   
  "You are in the air" else print"Your gear is down" EndIf 
  
              eof
              
