Hello, I'm Macro_FTW, thanks for visiting my thread 
Anyway, I have made a part of a script:
SCAR Code:
Procedure Iclick(Instructor: Integer Partofname: String);
Findcolorspiraltolerence(Instructor,x,y,5,4,510,339,30);
MMouse(x,y,2,2,true);
if(GetUpText = Partofname)then
Mouse(x,y,2,2,true);
end;
I would like to know if it would end up like this:
when I type in
Iclick(person, ers);
would that send in "person" instead of Instructor for the findcolorspiraltolerence, and "ers" instead of Partofname in GetUpText? If not, what would make it do that? All help appreciated
Thanks for your time