Seamhainn Posted January 28, 2008 Posted January 28, 2008 Hello! I want to give the pc lightside or darkside points after a conversation like in-game when the player must aknowledge that said status. I assumed that k_act_lightmed and k_act_darkmed are the respective scripts for a medium shift. But unfortunately the appropiate message does not show up on screen. How can I accomplish that? Any help is highly appreciated!
sekan Posted January 28, 2008 Posted January 28, 2008 Well you can make a new script it you can't get it work. void main() { AdjustAlignment( GetFirstPC(),ALIGNMENT_DARK_SIDE, 3); } and void main() { AdjustAlignment( GetFirstPC(),ALIGNMENT_LIGHT_SIDE, 3); }
Marius Fett Posted January 28, 2008 Posted January 28, 2008 I think he means like when you get points in the game a window pops up saying recieved LD/DS points.
Seamhainn Posted January 28, 2008 Author Posted January 28, 2008 I think he means like when you get points in the game a window pops up saying recieved LD/DS points. Yes, that is what I ment!
sekan Posted January 28, 2008 Posted January 28, 2008 I think he means like when you get points in the game a window pops up saying recieved LD/DS points. Well the window pops up with this script and adds LS/DS points if i remember it right.
Seamhainn Posted January 28, 2008 Author Posted January 28, 2008 My bad! I mistyped the script name. Shame on me :-( !
Recommended Posts
Archived
This topic is now archived and is closed to further replies.