Hey, I wanted to create a customizeable script thing, and part of it would be
%test = "Derp";
%derp = getData(%client.bl_id).value%testAmount
To use a variable in that function, would I have to do something like
%eval = "%test = "derp"; getData(%client.bl_id).value" @ %test @ "Amount;";
eval(%eval);
?