Hi
I'm having trouble with this! I've used these NPCs for many quests but never needed to use the Condition field before. I've read through the tutorials and tried the curly braces in different positions with no change.

I'm trying to get the NPC to respond to players who have base cooking skill at 100 or more. But it triggers for everyone no matter what I do.

What am I doing wrong please?

Thanks

XmlQuestNPC.JPG
 
OK I figured it out.
You only use the curly braces for replacement macros. In the Condition field you leave them out.
Also for some reason you cannot use >= (greater than or equal) that doesn't work, so you must use =100 or >99.99
You can see also an example of using the macro in the text using curly braces which greets the player and tells them their skill.

SkillCheckCondition.jpg
 
Back