Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Hinders on Mon 18/08/2003 15:33:24

Title: need help with inventory items
Post by: Hinders on Mon 18/08/2003 15:33:24
How do you use an inventory item on another? ???
Title: Re:need help with inventory items
Post by: SSH on Mon 18/08/2003 15:54:02
Someone really should put this in the FAQ.  ;)

Try looking at:

Manual Contents->Reference->Interaction events->Inventory item interactions:
Use inventory on inv
occurs when the player uses another inventory object on this one. Add a "Conditional - if inventory item was used" check to determine which item they used. This event allows the player to combine items, and so on. For example, if they had picked up a laptop computer and a battery, seperately, then you could use this to allow them to insert the battery into the computer.

or

http://www.agsforums.com/yabb/index.php?board=6;action=display;threadid=7839
Title: Re:need help with inventory items
Post by: Scummbuddy on Mon 18/08/2003 17:05:16
I have added the text next to the link to the FAQ, but its up to TerranRich to add it to the real page. Thanks SSH, and I hope he helped you RogerHinders
Title: Re:need help with inventory items
Post by: TerranRich on Mon 18/08/2003 18:03:30
Isn't this already in the AGS manual?


...


Bah, okay, I'll add it. :P
Title: Re:need help with inventory items
Post by: Ishmael on Mon 18/08/2003 20:21:27
A bit offtopic maybe... but anyway:

We really seem to need the RTFM and RTFFAQ smilies here... :D
Title: Re:need help with inventory items
Post by: Hinders on Tue 19/08/2003 00:01:43
Thank tou guys, i didn´t find it in the manual! ;D