Guest User

Untitled

a guest
Jun 24th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Var Erzer As CMyShip;
  2. Var Erzflotte As New CMyFleet();
  3.  
  4. function dockingtoandbeam()
  5. {
  6. Var DockStation As CBaseShip;
  7.  
  8. For Each(Erzer In Erzflotte.Ships)
  9. {
  10. For Each(DockStation In Erzer.SRS)
  11. {
  12. If(DockStation.Definition.IsSpaceStation)
  13. {
Add Comment
Please, Sign In to add comment