Updated SAD.lua pastebin link to point to v2
Changes :
+ Added vars, now can manipulate variables in SAD, use ` SAD.vars ` to store variables.
A important use of variables is often Queries and actors need to interact with external components obtained via component.proxy()... Previously these components would need to be proxied EVERY query run and actor run. This is uneeded memory usage and CPU usage especially on the lowest tier setups. Now instead one can do ` SAD.vars.my_tank = SAD.vars.my_tank or component.proxy("address_here") ` . Thus will either fetch the variable if set o