Advertisement
piffko

Stationeers - Stanki

Jun 29th, 2021
916
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 1 0
  1. alias Eprint d0
  2. alias Staker d1
  3. alias LED1 d2
  4. alias LED2 d3
  5. s LED1 Color 0
  6. s LED2 Color 6
  7.  
  8. main:
  9. l r0 Eprint On
  10. s Staker On r0
  11. s LED1 On r0
  12. s LED2 On r0
  13. l r0 Staker Setting
  14. s LED1 Setting r0
  15. l r1 Eprint ExportCount
  16. s LED2 Setting r1
  17. l r2 Eprint Activate
  18. select r2 r2 r0 r1
  19. sne r2 r2 r1
  20. s Eprint Activate r2
  21. seqz r2 r2
  22. s Eprint ClearMemory r2
  23.  
  24. j main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement