home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / anim / disguise_wait.scr < prev    next >
Encoding:
Text File  |  2002-10-21  |  410 b   |  25 lines

  1. //------
  2. // disguise_wait.scr
  3. //------
  4.  
  5. //centerprint "I'm waiting to see if you're for real."
  6.  
  7. self lookat self.enemy
  8.  
  9. self.blendtime = 0.50
  10. //self setmotionanim (self.weapongroup + "_stand_alert_legs")
  11. thread playidleanim
  12.  
  13. self lookat self.enemy
  14. wait 4
  15.  
  16. //centerprint "Warning: disguise_wait.scr has ended."
  17.  
  18. end
  19.  
  20.  
  21. playidleanim:
  22. waitthread anim/disguise_papers.scr::playidleanim
  23. end
  24.  
  25.