Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Add darkside points after Dialog.

Page: 1 of 1
 HK-42
11-26-2008, 1:16 PM
#1
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
 Star Admiral
11-26-2008, 2:05 PM
#2
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
 HK-42
11-26-2008, 2:28 PM
#3
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
Page: 1 of 1