home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 51 / PCGamer51_17Demos.iso / games / colobotdemo / colobotdemo10e.exe / script / shield01.txt < prev    next >
Text File  |  2001-06-17  |  163b  |  7 lines

  1. extern void object::Outward()
  2. {
  3.     shield(1,15);  // activates the shield
  4.     goto(6,160);   // goes close to the key
  5.     shield(0,15);  // deactivates the shield
  6. }
  7.