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

  1. //----------------------------------------------------------------------------
  2.  
  3. //----------------------------------------------------------------------------
  4.  
  5. MarkerData DropPointMarker {
  6.     shapeFile = "endarrow";
  7. };
  8. MarkerData PathMarker {
  9.     shapeFile = "dirArrows";
  10. };
  11. MarkerData MapMarker {
  12.    description = "Map Legend";
  13.     visibleToSensor = true;
  14.     mapFilter = 8;
  15.     mapIcon = "M_marker";
  16.     shapeFile = "dirArrows";
  17. };
  18.  
  19.