Okay I've been trying out AGS I did a few things and I made a conversation you could have with this man but how do I make it so when certain things are said you are given an item? The code looks like this:
7 // option 7 clicked
BOB: Hmmmm, well you can have this magnifying glass.
BOB: It's pretty childish, and it only has a plastic handel.
TIM: Is that real glass? Or is it just plastic?
BOB: I don't know try smashing it!
BOB: AHAHAHA
TIM: Hysterical
BOB: Actually its missing its lens.
TIM: Then what am I supposed to do with it?
BOB: I'm sure you can find some use for it.
BOB: After all this IS an adventure game.
BOB: You can do all sorts of crazy things.
TIM: Uh huh, thanks.
BOB: Please don't say that to me.
option-off 7
option-on 8
So what do I ad to this to give the player an item? I've searched everywhere but can't get this to work.
7 // option 7 clicked
BOB: Hmmmm, well you can have this magnifying glass.
BOB: It's pretty childish, and it only has a plastic handel.
TIM: Is that real glass? Or is it just plastic?
BOB: I don't know try smashing it!
BOB: AHAHAHA
TIM: Hysterical
BOB: Actually its missing its lens.
TIM: Then what am I supposed to do with it?
BOB: I'm sure you can find some use for it.
BOB: After all this IS an adventure game.
BOB: You can do all sorts of crazy things.
TIM: Uh huh, thanks.
BOB: Please don't say that to me.
option-off 7
option-on 8
So what do I ad to this to give the player an item? I've searched everywhere but can't get this to work.