Dialogue editing question (to Joviex, Dhoom, or others)

Discussion in 'General Modification' started by Glamis, Oct 1, 2003.

Remove all ads!
  1. Glamis

    Glamis Member

    Joined:
    Sep 25, 2003
    Messages:
    39
    Likes Received:
    0
    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?
     
  2. Xma

    Xma Member

    Joined:
    Sep 27, 2003
    Messages:
    31
    Likes Received:
    0
    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)).
     
    Last edited: Oct 1, 2003
  3. Phalzyr

    Phalzyr Established Member Veteran

    Joined:
    Sep 25, 2003
    Messages:
    193
    Likes Received:
    1
    I made a new thread called dlg commands look there for list maybe a mod will sticky it.
     
Our Host!