home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2006 January / PCA126_DVD.iso / TRIAL / FPSCreator / Files / scriptbank / lift2.fpi < prev    next >
Encoding:
Text File  |  2005-08-01  |  869 b   |  28 lines

  1. ;Artificial Intelligence Script
  2.  
  3. ;Header
  4.  
  5. desc          = Auto Lift (Down and Up)
  6.  
  7. ;Triggers
  8.  
  9. :state=0:state=3
  10.  
  11. :state=3,plrhigher=10,plrdistwithin=50:state=7,coloff
  12. :state=4:moveup=-1
  13. :state=4,raycastup=20 0:state=5
  14. :state=5,plrdistfurther=55,playerassociated:state=10,unassociateplayer,colon
  15.  
  16. :state=10,plrhigher=10,plrdistwithin=50:state=6,coloff
  17. :state=11:moveup=1
  18. :state=11,raycastup=20 100:state=12
  19. :state=12,plrdistfurther=55,playerassociated:state=3,unassociateplayer,colon
  20.  
  21. :state=6,plrdistwithin=50:sound=audiobank\scifi\scenery\lifts\up.wav,state=11,associateplayer
  22. :state=6,plrdistfurther=55,playerassociated:state=10,unassociateplayer,colon
  23.  
  24. :state=7,plrdistwithin=50:sound=audiobank\scifi\scenery\lifts\down.wav,state=4,associateplayer
  25. :state=7,plrdistfurther=55,playerassociated:state=3,unassociateplayer,colon
  26.  
  27. ;End of Script
  28.