function nope();
{
%agree = 0;
%disagree = 1;
echo(@ %disagree @);
};
nope();
ugh why is torquescript
so uglylike why make it so you don't have to declare type, but do have to declare local/global
second, why do you use semicolons after the declaraction of a function, THEN you write the function (which has a semicolon at the end of the brackets)?