Seamhainn Posted January 28, 2008 Share 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! Link to comment Share on other sites More sharing options...
sekan Posted January 28, 2008 Share 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); } Link to comment Share on other sites More sharing options...
Marius Fett Posted January 28, 2008 Share 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. Link to comment Share on other sites More sharing options...
Seamhainn Posted January 28, 2008 Author Share 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! Link to comment Share on other sites More sharing options...
sekan Posted January 28, 2008 Share 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. Link to comment Share on other sites More sharing options...
Seamhainn Posted January 28, 2008 Author Share Posted January 28, 2008 My bad! I mistyped the script name. Shame on me :-( ! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.