Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Tue 10/08/2004 17:13:58

Title: Item Interactions
Post by: on Tue 10/08/2004 17:13:58
Well, how can I make this:
When you use give the item to some npc player, he says something and you will be placed to an a new room?
Title: Re: Item Interactions
Post by: Mr Jake on Tue 10/08/2004 17:17:08
use the interactions editor to put a:

conditional 'if inventory item was used'

under

'player uses inventory on character'

and then under the coniditional make a

'Game - Display a Message' (remember to make the message in the message editor and set the speaker to the character.)

then add a

'player - goto new room (at specific x y)'

and set it up so it goes to the correct room and co-ords