is there any more effecient code than the one i have, such as a WaitUntil procedure to use for the script to just wait until something happens? i need this to be put in a fishing script, where it just waits [after antiban, of course] until either the fishing spot moves or the inventory fills up.
Also, feel free to correct me on my standards if they arent perfect, i tend not to do so good on standardsSCAR Code:Repeat
Begin
Wait(1)
end;
Until(Condition)


Reply With Quote


.

