Hello everyone,
I'm currently following a youtube tutorial on how to make an inventory system in godot 4. Here is the link and timestamp:
21:20
I've run into an issue that says that one of my functions is not found in base self and I am not sure what that means or what to do. The function not found is set_inventory_data(), which is found in a script attached to a PanelContainer Node called inventory. That PanelContainer Node is a child of a regular control node called InventoryInterface. A script attached to the InventoryInterface is the one calling the set_inventory_data() function. I have attached images to help understand my problem. I welcome any and all advice on this issue. Thank you all!