Advertisement
Guest User

Untitled

a guest
Oct 5th, 2014
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. _this = createMarker ["AIBase", [6894.39,11433.8,0.001]];
  2. _this setMarkerShape "ELLIPSE";
  3. _this setMarkerType "Empty";
  4. _this setMarkerBrush "Solid";
  5. _this setMarkerSize [350, 350];
  6. _this setMarkerAlpha 0;
  7.  
  8. _this = createMarker ["AIBase2", [6900.98,11399.4,0.002]];
  9. _this setMarkerShape "ELLIPSE";
  10. _this setMarkerType "Empty";
  11. _this setMarkerBrush "Solid";
  12. _this setMarkerSize [100, 100];
  13. _this setMarkerAlpha 0;
  14.  
  15. _this = createMarker ["AIBase3", [6908.45,11433.2,0.001]];
  16. _this setMarkerShape "ELLIPSE";
  17. _this setMarkerType "Empty";
  18. _this setMarkerBrush "Solid";
  19. _this setMarkerSize [100, 100];
  20. _this setMarkerAlpha 0;
  21.  
  22. _this = createMarker ["AIBase4", [6879.3,11432.6,0.001]];
  23. _this setMarkerShape "ELLIPSE";
  24. _this setMarkerType "Empty";
  25. _this setMarkerBrush "Solid";
  26. _this setMarkerSize [100, 100];
  27. _this setMarkerAlpha 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement