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

  1.  
  2.  
  3. //=================================================
  4. //=================================================
  5. start:
  6.     //println "Running runto_flee.scr with move dir" self.movedir
  7.  
  8.     waitexec anim/default_inithandler.scr
  9.     waitexec anim/smoking.scr::SmokeRemoveCigarette
  10.     self weaponcommand mainhand attachtohand mainhand
  11.     
  12.     waitexec anim/stand.scr::transition
  13.  
  14.     //self waitexec anim/standshock.scr
  15.     self.blendtime = 0.5
  16.     self setmotionanim scared_run_intro
  17.     self waittill flaggedanimdone
  18.     self.position = run
  19.  
  20.     //while (1)
  21.     //{
  22.     //    self.blendtime = 0.50
  23.     //    self setmotionanim (self.weapongroup + "_run_forward")
  24.     //    self waittill flaggedanimdone
  25.     //}
  26.     
  27.     waitexec anim/runto_inopen.scr
  28.  
  29. end