Marius Fett Posted December 30, 2007 Share Posted December 30, 2007 First of all in K1 if I wanted to give my PC some xp would it work like this: void main() { GiveXPToCreature(GetFirstPC(), 100); } And secondly will this give the PC alignment points: void main() { AdjustAlignment(GetFirstPC(), ALIGNMENT_DARK_SIDE, 100); } Thanks Link to comment Share on other sites More sharing options...
Ferc Kast Posted December 30, 2007 Share Posted December 30, 2007 The first script looks perfectly good. The second script I'm not entirely sure about. Link to comment Share on other sites More sharing options...
Marius Fett Posted December 30, 2007 Author Share Posted December 30, 2007 Ok thanks Link to comment Share on other sites More sharing options...
Silveredge9 Posted December 30, 2007 Share Posted December 30, 2007 You can use scripts already in the game to give your character alignment points. k_act_lighthigh k_act_lightmed k_act_lightsml k_act_ldarkhigh k_act_darkmed k_act_darksml Link to comment Share on other sites More sharing options...
Marius Fett Posted December 30, 2007 Author Share Posted December 30, 2007 I needed to make the PC fully LS/DS so I made my own Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.