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

  1. extern void object::Return()
  2. {
  3.     shield(1,15);  // activates the shield
  4.     goto(8,60);    // goes to the spaceship
  5.     shield(0,15);  // deactivates the shield
  6. }
  7.