Does anyone know how to make an object do the item pickup function from the documentation if it is on top of another object in first person? The code is as follows
set_entity_script(self, "");
remove_entity(entity["phone_001"]);
give_item("ITEM_0001");
And it is set up as the following!