So I'm making a simple game in which you talk to characters and "give them objects", which are not 3D objects or game objects, just imaginary, spoken about in the dialogue. However, if you don't talk to people in the right order, you can't progress in the game, because you have to find the person who has an item that someone else will want. Does this make sense? I'm just trying to program the dialogue so that, once a character has talked to the correct person, they will "gain an item" and when they talk to the next person, they will have a new choice in the dialogue, which allows them to "give the item."
So far I have a Playerstatus boo script that works with "haveitem" type stuff. When I go up to a character, get to the write dialogue screen, how would I script it so that the player now "gains" an item?
Your help would be much appreciated!!!