Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. If Button Press 3
  2. Set LA-Basic[24] = 8
  3. Set RA-Float[7] = 123
  4. End If
  5. If IC-Basic 0 == RA-Float 5
  6. If Button Not Pressed 3
  7. Set RA-Float[7] = 456
  8. End If
  9. End If
  10. If RA-Float[7] = 456
  11. If Button Pressed: 3
  12. Set LA-Basic[24] = 8
  13. Set RA-Float[7] = 123
  14. End If
  15. End If
  16. If IC-Basic 0 =/= RA-Float 5
  17. Or: RA-Float 7 = 123
  18. Decrement LA-Basic 24
  19. End If
  20. Set RA-Float 5 = IC-Basic 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement