I set a variable for a wardrobe, (int counter etc.....). Then I set a variable for a book, the counter seems to be linked together.
EXAMPLE: If I look at the wardrobe first and the book second, I get the first wardrobe message and the second book message.
I need to know how,(or if), I can set 2 separate counters to independantly interact with 2 distinct objects in the same room.
Yes, just use different names for the variables...
eg:
int wardcount, bookcount;
Thanks, that solved everything, ("I don't know how I missed it")
Sorry I didn't reply, my wife was sick.