home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 58 / pcpp58b_TRIBES.iso / Tribes / base / scripts.vol / interiorLight.cs < prev    next >
Encoding:
Text File  |  1998-12-16  |  361 b   |  14 lines

  1. //-------------------------------------- Interior light scripting functions...
  2. //                                        based on the tsshape animation functions
  3. //
  4. function Interior::lightOn(%int, %light)
  5. {
  6.    Interior::setLightTime(%int, %light, 0.5);
  7. }
  8.  
  9. function Interior::lightOff(%int, %light)
  10. {
  11.    Interior::setLightTime(%int, %light, 0);
  12. }
  13.  
  14.