home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 42 / CDGAMER42.iso / Egoboo / egoboo.exe / egoboo / modules / advent.mod / objects / spit.obj / script.txt < prev    next >
Text File  |  1999-05-14  |  338b  |  10 lines

  1. // ZZ> This function makes the spit turn when bumped
  2. IfBumped            // Turn
  3.   SetTargetToWhoeverBumped      //
  4.     IfTargetCanOpenStuff        //
  5.       tmpargument = ACTIONMJ          //
  6.       DoAction                  //  Start the new action
  7.         tmpargument = 0                //
  8.         SendMessage                //
  9. End                // Finished with this character
  10.