Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Thu 03/07/2003 16:18:06

Title: Dialog Items
Post by: on Thu 03/07/2003 16:18:06
How can I make it so an item is added at the end of an option from a dialog?
Title: Re:Dialog Items
Post by: Wolfgang Abenteuer on Thu 03/07/2003 17:09:15
At the end of that dialogue option, add:

add-inv X

where "X" is the inventory item number.

~Wolfgang