How do I make it so that AutoColor only runs once at the beginning of starting a script.
Someone suggested i make the Integer that it spits out a variable but didn't tell me how to do that. -.-
How do I make it so that AutoColor only runs once at the beginning of starting a script.
Someone suggested i make the Integer that it spits out a variable but didn't tell me how to do that. -.-
Instead of creating another thread, post it in the original one.
Simple, do the following (or along the lines of):
Simba Code:var
TheColour: Integer;
begin
... // Do all the login stuff
TheColour := AutoColour;
... // Blah blah blah
end.
And instead of doing FindColor(x, y, AutoColour, ....), do FindColor(x, y, TheColour).
You may contact me with any concerns you have.
Are you a victim of harassment? Please notify me or any other staff member.
| SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |
There are currently 1 users browsing this thread. (0 members and 1 guests)