|
Re: Frequently used scripts
Quote:
Originally posted by tk102
How can I give myself Light Side or Dark Side points?
Code:
/* Alignments:
ALIGNMENT_DARK_SIDE
ALIGNMENT_LIGHT_SIDE
ALIGNMENT_NEUTRAL */
AdjustAlignment( GetFirstPC(),ALIGNMENT_DARK_SIDE,nAmount);
|
Here is a shortcut to give DS or LS points - jst refer to these scripts in the .dlg file
KotOR
*- for ds points:
k_act_darksml
k_act_darkmed
k_act_darkhigh
*- for ls points:
k_act_lightghigh
k_act_lightmed
k_act_lightsml
TSL
*- for ds points:
a_darkhigh
a_darkmed
a_darksml
*- for ls points:
a_lighthigh
a_lightmed
a_lightsml
the TSL scripts got nuked when the server "burped" - ChAiNz.2da
Prouver que j'ai raison serait accorder que je puis avoir tort. ~ Beaumarchais
Last edited by Darth InSidious; 08-02-2009 at 02:30 PM.
Reason: Removed size tags around the code box.
|