Advertisement
Nevinyrral

Glow Lights Night Control

Apr 10th, 2022
3,243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ARM 0.65 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <InstructionData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.   <DateTime>132623937365558480</DateTime>
  4.   <GameVersion>0.2.2802.13893</GameVersion>
  5.   <Title>Glow Lights Night Control</Title>
  6.   <Description />
  7.   <Author>Linver</Author>
  8.   <WorkshopFileHandle>0</WorkshopFileHandle>
  9.   <Instructions>alias LS d0
  10. alias GLBW d1
  11.  
  12. alias isDay r1
  13.  
  14. start:
  15. l isDay LS Horizontal
  16. bgtal isDay 0 deactive
  17. s GLBW Activate 1
  18. aftercheck:
  19. yield
  20. yield
  21. yield
  22. yield
  23. yield
  24. yield
  25. j start
  26.  
  27. deactive:
  28. s GLBW Activate 0
  29. j aftercheck</Instructions>
  30. </InstructionData>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement