Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Revan on Wed 08/02/2006 17:27:18

Title: Picking up objests again and again (SOLVED)
Post by: Revan on Wed 08/02/2006 17:27:18
Hi, I've made a book case with a hotspot, if the character clicks on the hotspot he gets an item (CBOOK) but then if he gets rid of the book and goes to click the book case again he gets the item. how do I change that?
Title: Re: Picking up objests again and again
Post by: strazer on Wed 08/02/2006 17:30:48
a) Turn off the hotspot.
b) Use variables. Only give the item when the variable is 0, for example, then set it to 1. Search the forum.
Title: Re: Picking up objests again and again (SOLVED)
Post by: Revan on Wed 08/02/2006 17:51:23
Thanks, used a variable.