Dorateen
Arcane
I will have to double check when I get to the Editor, but if you are looking to make a dialogue answer based on having 5 items, I think you are better off creating a new NPC line above that checks if the five stones are present, then have the guy's dialogue with the player response accordingly.
In other words, instead of putting the check for the five stones on a player's dialogue option, make it an If/then/else command at the start of the whole dialogue with the NPC. I will try to post an image in a little while to show what I mean.
Gandalf
edit: Here is a conversation where the party had to obtain six certificates. This first screen shows the structure of the dialogue, with the script command checking if the characters ALL PARTY MEMBERS as a whole own the certificates in the quantity of 6.
Until the party has all six, the dialogue will default to the secondary NPC lines, whether the initial greeting or follow up conversation. Here is a screen that shows the exact command.
Again, it is important to check the ALL PARTY MEMBERS, not just the PARTY LEADER for the script to work.
I think the reason why you can't use a PC dialogue choice for the check, is because you are looking for a specific quantity of stones (five). If you were only checking for one item, then you could use that on a PC option.
In other words, instead of putting the check for the five stones on a player's dialogue option, make it an If/then/else command at the start of the whole dialogue with the NPC. I will try to post an image in a little while to show what I mean.
Gandalf
edit: Here is a conversation where the party had to obtain six certificates. This first screen shows the structure of the dialogue, with the script command checking if the characters ALL PARTY MEMBERS as a whole own the certificates in the quantity of 6.
Until the party has all six, the dialogue will default to the secondary NPC lines, whether the initial greeting or follow up conversation. Here is a screen that shows the exact command.
Again, it is important to check the ALL PARTY MEMBERS, not just the PARTY LEADER for the script to work.
I think the reason why you can't use a PC dialogue choice for the check, is because you are looking for a specific quantity of stones (five). If you were only checking for one item, then you could use that on a PC option.
Last edited: