Page 1 of 1

Skill Checks in Conversations

Posted: Mon Nov 01, 2004 2:38 am
by 4x4_Ender
When you insert a token to do a skill check, it apparently does the roll without needing to add any scripting commands. But, what script command do you use for the NPC's possible reactions (based on if the check was sucessfull or not) in the "Text appears when..." tab to check if this roll was sucessfull or not? I used GetIsSkillSucessfull(), but that caused there to be TWO skill rolls made, one for the inserted token and one for the script command.

Posted: Mon Nov 01, 2004 4:48 am
by 4x4_Ender
Ok, i answered my own question again. The GetIsSkillSucessfull() only goes into the first possible NPC reaction line, not both of them. This is why it was making two checks.