Title: Energy Shield (Equestrian Dungeon) Author: Anonymous Pastebin link: http://pastebin.com/m5hTj5nm First Edit: Thursday 12th of May 2016 07:41:57 PM CDT Last Edit: Thursday 12th of May 2016 07:41:57 PM CDT define(Conduct)     send.voltage(all); define(ShortcutOn)     program=true; define(ShortcutOff)     program=false; define(Armor)     source define(UAV)     app.Camera   if 'ShortcutOn'     then 'Conduct'         on 'Armor'     else ('Conduct'=false); if 'ShortcutOff'     then ('Conduct'=false);     else 'Conduct'         on 'Armor'; if 'UAV'=true     then (redefine(Conduct))         send.voltage(half)     else ('UAV'=false)