home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 42 / CDGAMER42.iso / Egoboo / egoboo.exe / egoboo / basicdat / script.txt < prev    next >
Text File  |  1999-05-10  |  186b  |  7 lines

  1. // This is the default AI script
  2. IfKilled                // This reduces the height of the char
  3.   GetBumpHeight                  //
  4.   tmpargument = tmpargument * 50 / 100      //
  5.   SetBumpHeight                  //
  6. End
  7.