PDA

View Full Version : RunColorIs



king vash
01-27-2008, 11:52 PM
Where should i post functions that i believe belong in the next update?

function RunColorIs:integer;//1 - red, 2 - orange, 3 - yellow, 4 - green
var
Colors : TIntegerArray;
i,x,y : Integer;
begin
Colors := [255,2070783,65535,65280];
For i := 0 to 3 do
if FindColor(x,y, Colors[i], 740,105,759,115) then
Break;
Result := I + 1;
end;
and can check prayer \ hp very easily by changing the box

JAD
01-27-2008, 11:56 PM
Post it in the public test corner.

king vash
01-28-2008, 12:12 AM
want to move it their? please

n3ss3s
01-28-2008, 02:23 PM
SRL Member

His status says that he is an SRL Member, not a moderator, and thus cannot move or close threads.

Next time before you are worrying about which section to post to, please look again so the moderators can concentrate on their jobs properly instead of moving threads to right section that can be easily avoided.


Also, have a look into GameTab.scar -

Function GetMMLevels(LevelType : String; var ColorSign : String): integer;

Either Red, Green, Yellow or Orange returns to the String ColorSign.

So, its already in SRL.

nielsie95
01-28-2008, 03:57 PM
Moved and renamed the thread for you ;)