[Solved] For some reason variables are not chainging value

so im trying to make it so when the mouse is hovering over the invetory slot with the item it shows a description ow the item but when checking in the debuger i saw that the inventory slot variables for keeping the name of the item (item_title) and the items decription (item_description)are not being changed

Code:

In the first line you refer to Items with a capital ‘I’, and the other you refer to items, with a lower case ‘i’. GDevelop is case sensitive :

sigh, that was literaly it, thank you