Is there a condition that distinguishes whether the player closed the menu by pressing 'E'/'Esc' or if it was closed via the "close player's inventory" effect? I need a condition like:
Code:
on inventory close:
if event-inventory is closed by player:
#do stuff
else:
#do stuff
Last edited: