ok, im making a chickenkiller script, and i wana know two things.
1) how to make a procedure that wud right click then clickoption eathers. wud it be something like..
SCAR Code:
procedure killchicken
begin;
If FindColor(x, y,347834, coord,coord,) And IsUpTex(icken) or
FindColor(x, y,344322, coord,coord,) And IsUpTex(icken) or
FindColor(x, y,343234, coord,coord,) And IsUpTex(icken) then
Begin;
MMouse(x, y)
Mouse(x, y, 1, 1, true)
If InFight Then Wait(until(outfight))
If Outfight then Begin Mouse x, y, 1, 1, false)
ClickOption(eathers)
end;
ima newb to scripting, dont flame me.
and how to setup a basic... thing that allows the player to set amount of mins then logout player n nextplayer. i duno how to convert min to ms. i was thinking something simple like..
then..
SCAR Code:
begin
MarkTime
//mainloop
until (TimeFromMark>HowLong*1000)
end.
this is probably soo off, but its just an idea i suppose