Welcome to the Drop Item Maze!
Your goal is to collect the Gem hidden behind the locked door. The door is controlled by a Pressure Plate, but you can't be in two places at once!
robot.pickup().robot.drop(item) to leave the Apple on the pressure plate. The weight of the item will keep the plate pressed!const item = await robot.pickup();
await robot.drop(item);