home *** CD-ROM | disk | FTP | other *** search
/ Games 95 / Games95-disc1.iso / SQUEEZ / SQZ / FUNCTS / ROBOFUNC.INI < prev   
INI File  |  1996-07-03  |  715b  |  48 lines

  1. ; These are the robo functions
  2. [FunctionList]
  3. 1=DoWander
  4. 2=DoDeath15
  5. 3=DoDeath30
  6. 4=DoLaunch
  7. 5=DoGather
  8. 6=DoFlee
  9. 7=DoPaceSmall
  10. 8=DoChase
  11. 9=DoAttackBump
  12.  
  13. [DoWander]
  14. Class=function
  15. 1=SetRoboBehavior BEH_WANDER
  16.  
  17. [DoDeath15]
  18. Class=function
  19. 1=SetRoboBehavior BEH_DEATH 15
  20.  
  21. [DoDeath30]
  22. Class=function
  23. 1=SetRoboBehavior BEH_DEATH 30
  24.  
  25. [DoLaunch]
  26. Class=function
  27. 1=SetRoboBehavior BEH_SIMPLE_FLY
  28.  
  29. [DoGather]
  30. Class=function
  31. 1=SetRoboBehavior BEH_WANDER
  32.  
  33. [DoFlee]
  34. Class=function
  35. 1=SetRoboBehavior BEH_FLEE
  36.  
  37. [DoPaceSmall]
  38. Class=function
  39. 1=SetRoboBehavior BEH_PACE 5 2.5
  40.  
  41. [DoChase]
  42. Class=function
  43. 1=SetRoboBehavior BEH_CHASE
  44.  
  45. [DoAttackBump]
  46. Class=function
  47. 1=SetRoboBehavior BEH_FLEE
  48.