Hi,
I’m in need of help for quite a complex task. Basically when I pick up an item for the first time it opens an InspectScreen and then when you close the InspectScreen it should create a “Added X Amount of Item” PickupNotify. I store in my game instance what items have been picked up hence the NewPickup? query in the first graph.
Then when I pickup a new item it displays the InspectScreen.
I’m stuck on what to do here, currently I have is InspectScreen visible, then don’t show the widget which works as intended and when on IA_Close I can’t get the relevent data anyway so is there a way to check the function again once I do Close the InspectScreen?