Advertisement
Mage_Enderman

Glovepie script please help!

Feb 24th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. Please send me a message if you have help for this script or any questions for what its supposed to do
  2.  
  3.  
  4.  
  5. if wiimote.One and var.LedOne = false then
  6. var.LedOne = true
  7. var.LedTwo = false
  8. var.LedThree = false
  9. var.LedFour = false
  10. debug = "LedOne"
  11. end if
  12.  
  13. if wiimote.Two and var.LedOne = true then
  14. var.LedOne = false
  15. var.LedTwo = True
  16. var.LedThree = false
  17. var.LedFour = false
  18. debug = "LedTwo"
  19. wait 4s
  20. if wiimote.One and var.LedTwo = true then
  21. var.LedOne = false
  22. var.LedTwo = false
  23. var.LedThree = true
  24. var.LedFour = false
  25. debug = "LedThree"
  26. wait 4s
  27. if wiimote.Two and not wiimote.One and var.LedThree = true then
  28. var.LedOne = false
  29. var.LedTwo = false
  30. var.LedThree = false
  31. var.LedFour = true
  32. debug = "LedFour"
  33. wait 4s
  34. if wiimote.One and wiimote.Two and var.LedFour = true then
  35. var.LedOne = false
  36. var.LedTwo = false
  37. var.LedThree = false
  38. var.LedFour = false
  39. debug = "Led-None"
  40. wait 5s
  41. end if
  42. end if
  43. end if
  44. end if
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement