So, I am making a point and click. (Check it out! Sam and Max:Bunny missing). It will take a while for me to make it, and I need some help. I can't figure out how to make a inventory item. I need it to work like this: You click on something in the inventory and click on something else and something will happen.
Offline
You'll have to use variables.
Maybe make a variable for each item, and when one is clicked it activates a variable, and when two variables are activated (use yet another variable for that) it checks the variables' values and does something.
Offline
and a list to determine what you have and don't have
Offline
Make a list for the inventory and one variable for the active item.
Offline