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

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