Aller au contenu

Photo

(persuade), (intimidate) - how are they done?


  • Veuillez vous connecter pour répondre
3 réponses à ce sujet

#1
0x30A88

0x30A88
  • Members
  • 1 081 messages
In the conversation editor, I see skill icons for persuade and intimidate, but how are they handled, is there some kind of script like persaude_check_50points or something..:? or simply a plot where I play one line for true and one for false?

#2
Proleric

Proleric
  • Members
  • 2 357 messages
On the player line, you simply select the Skill/Icon from the dropdown. In game, the player sees the name of the skill required for that dialogue option.

The player line will be followed by at least two owner responses.

Typically, the first response has a skill check Condition on the Plots & Scripting tab which is TRUE when the skill is high enough.

The second response is unconditional, corresponding to skill check failure.

The defined flags from the plot gen00pt_skills (filed under _Global > Generic in the core resources) may give you all the conditions you need.

At any rate, the corresponding plot script shows how it's done.

#3
0x30A88

0x30A88
  • Members
  • 1 081 messages
Thank you, I just wanted to know how they're used.

#4
Obadiah

Obadiah
  • Members
  • 5 737 messages
Useful info.