HK-42 Posted November 26, 2008 Share Posted November 26, 2008 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 Link to comment Share on other sites More sharing options...
Star Admiral Posted November 26, 2008 Share Posted November 26, 2008 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 Link to comment Share on other sites More sharing options...
HK-42 Posted November 26, 2008 Author Share Posted November 26, 2008 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.