Advertisement
piffko

Stationeers - LED for Automated Rocket Mining ()

May 13th, 2021 (edited)
1,159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. alias RocketMain d0
  2. alias RocketSilo d1
  3. alias LedFuel d2
  4. alias LedMode d3
  5. alias LedMine d4
  6. alias LedSilo d5
  7. Main:
  8. l r10 RocketMain Fuel
  9. l r11 RocketMain Mode
  10. l r12 RocketMain CollectableGoods
  11. l r13 RocketSilo Quantity
  12. s LedFuel Color 4
  13. s LedMode Color 1
  14. s LedMine Color 0
  15. s LedSilo Color 2
  16. s LedFuel Setting r10
  17. s LedMode Setting r11
  18. s LedMine Setting r12
  19. s LedSilo Setting r13
  20. j Main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement