ok, Fakawi said he wanted a procedure thing that what play with spinning plates (i think) anyway, here it is
also, uses the plate:Code:{******************************************************************************* Function CheckPlate(ispot:Integer) :boolean; By: Jagex_Fagex Description: Checks to see if Plate is in inventory space defined by ispot. *******************************************************************************} Function CheckPlate(ispot:Integer) :boolean; begin MMouseItem(ispot); if(ExistsItem(ispot))and (Option2('Spin'))then result:=true else result:=false; end;
These could be used as anti-ban maybe?? i dunno. I just saw Fakawi request it, and i made it. I'm currently working on finding it in the screen if you drop it. About 50% done. So check back soon. ANd be sure to post all comment's, suggestion's, flames and anything else on-topic.Code:{******************************************************************************* Procedure UsePlate(ispot:Integer); By: Jagex_Fagex Description: Checks to see if Plate is in inventory space defined by ispot. Then Uses It. *******************************************************************************} Procedure UsePlate(ispot:Integer); begin if(CheckPlate(ispot))then MouseItem(ispot, true); end;





Reply With Quote



