Hey
 
 How do you add darkside points after a dialog option. Is the function in dialog editor because I havent seen it. Or must I add a script?
 
 Thanks
  
 
  
  
    Refer to these scripts in your dialog file to award DS points, depending on how many points you want to award.
 
 a_darkhigh
 a_darkmed
 a_darksml
 
 Or you can create your own script using the following code.
 
 AdjustAlignment( GetFirstPC(), ALIGNMENT_DARK_SIDE, nAmount);
 
 - Star Admiral
  
 
  
  
    Refer to these scripts in your dialog file to award DS points, depending on how many points you want to award.
 
 a_darkhigh
 a_darkmed
 a_darksml
 
 Or you can create your own script using the following code.
 
 AdjustAlignment( GetFirstPC(), ALIGNMENT_DARK_SIDE, nAmount);
 
 - Star Admiral
 
 thanks that worked. :D