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

  1. ;Artificial Intelligence Script
  2.  
  3. ;Header
  4.  
  5. desc          = Weapon Glowing Pickup
  6.  
  7. ;Triggers
  8.  
  9. :state=0:hudreset,hudx=50,hudy=90,hudimagefine=gamecore\text\pickedupaweapon.tga,hudname=weaponprompt,hudhide=1,hudmake=display,state=10
  10. :state=10:rundecal=5,spinrate=4,floatrate=10
  11. :state=10,plrdistwithin=40:state=1,playertake,coloff,rundecal=-1,plrsound=audiobank\items\pickupweapon.wav,hudshow=weaponprompt,hudfadeout=weaponprompt
  12. ;state=2:state=3,playerdrop,colon,plrsound=audiobank\items\pickup.wav
  13. :state=3,plrdistfurther=65:state=10
  14.  
  15. ;End of Script
  16.