home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 49 / PCPP49a.iso / editors / sofsdk / SoF SDK.msi / _744ABD2F126B42A48010190B78528D96 < prev    next >
Encoding:
Text File  |  2000-03-27  |  566 b   |  28 lines

  1. #include "../common/header.ds"
  2. output "p:/base/ds/tsr1"
  3.  
  4.  
  5.  
  6.  
  7.  
  8. // this script makes punk guys on the lower level run around the corner and attack the player
  9.  
  10.  
  11.  
  12.  
  13. local entity lower_punk1
  14. local entity lower_punk2
  15.  
  16.  
  17. lower_punk1 = find entity with targetname "lower_punk1"
  18. lower_punk2 = find entity with targetname "lower_punk2"
  19.  
  20.  
  21. use entity lower_punk1 // spawns this guy in
  22. use entity lower_punk2 // spawns him in
  23.  
  24. use entity lower_punk1 // sends this guy to his point combat
  25. use entity lower_punk2 // sends this guy to his point combat
  26.  
  27.  
  28. exit