home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 April / Gamestar_83_2006-04_dvd.iso / Dema / demowot_english.exe / Script / Source / Test / aitest.sma next >
Text File  |  2005-03-11  |  173b  |  16 lines

  1.  
  2. #include "akscript.inc"
  3.  
  4. public Init()
  5. {
  6.     AITest();
  7. //    AI_AttackSquad("attackers", GetEntity("ax_pzive4"));
  8. }
  9.  
  10. public DeActivate()
  11. {
  12.     Log("deactivate");
  13. }
  14.  
  15.  
  16.