Simba Code:
function FindMan(): Boolean;
var
x, y : Integer;
begin
Wait(RandomRange(500, 1200));
FindObjCustom(x, y, ['hop'], [8162191, 8754585, 6977403, 5000265], 5);
Mouse(x, y, 5, 5, false);
ChooseOption('cket');
until False;
end;
In all honesty I have no idea if this works (I kept erroring out)
My problem seems to stem from FindObjCustom I am actually trying to find a man but I don't see FindNpcCustom so I used the next best option.
I am not sure if the 'hop' was correct either as there is only one man in the room (It is just multiple colors of the same man).
I know I did this wrong but feel free to guide me in the right direction trying to create a pickpocketing script for low level thieving training (Fill in that void for the public scripts)