In reply to something Joviex wrote on one of the other forum incarnations: //(index)(male text)(female text)(intelligence)(conditional)(branch)(execution cmd) A couple questions: (intelligence) Is this the minimum intelligence to receive that chat option? (conditional) how does this work? (branch) I assume this is a number that points to the index the player is taken to if they select this chat option? (execution cmd) What cmds are available?
intelligence : (-x) gives dialog option if intelligence stat is less than x (y) gives dialog option if intelligence stat is greater than x branch : index number of dialog option you are taken to if you selected this option. conditional : set of (if) tests that must be TRUE if you want the player to have the option available (ex : (game.quests[5].state == qs_completed and game.global_flags[32] == 1). execution command :set of "functions" called on selection of option. (ex : (npc.reaction_adj( pc,+10)).