Advertisement
Guest User

Energy Shield (Equestrian Dungeon)

a guest
May 12th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. define(Conduct)
  2. send.voltage(all);
  3. define(ShortcutOn)
  4. program=true;
  5. define(ShortcutOff)
  6. program=false;
  7. define(Armor)
  8. source
  9. define(UAV)
  10. app.Camera
  11.  
  12. if 'ShortcutOn'
  13. then 'Conduct'
  14. on 'Armor'
  15. else ('Conduct'=false);
  16. if 'ShortcutOff'
  17. then ('Conduct'=false);
  18. else 'Conduct'
  19. on 'Armor';
  20. if 'UAV'=true
  21. then (redefine(Conduct))
  22. send.voltage(half)
  23. else ('UAV'=false)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement