home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2006 January / PCA126_DVD.iso / TRIAL / FPSCreator / Files / scriptbank / user / speakandmove.fpi
Encoding:
Text File  |  2005-02-15  |  346 b   |  15 lines

  1. ;Artificial Intelligence Script
  2.  
  3. ;Header
  4.  
  5. desc          = Speak to player, then move to next waypoint
  6.  
  7. ;Triggers
  8.  
  9. :state=0:waypointstart,state=1
  10. :state=1,activated=1:state=2,sound=audiobank\user\takeaseat.wav,timerstart
  11. :state=2,timergreater=6000:state=3,waypointnext
  12. :state=3,plrcanbeseen:settarget,lookattarget=85
  13.  
  14. ;End of Script
  15.