Hallo community,
I want to programm Pacman, but now I have a problem:
I need a command, which can check if there is object (Wand.class) at a specific pixel (X/Y).
I think Objectsatoffset(); should work, but I don´t know how to check if it´s Wand.class or how convert that signal if it´s true or false into a boolean.
I hope you understood my problem.
Have a nice day.
getObjectsAtOffset(3,0,Wand.class);

