Jump to content

Home

Giving lightside / darkside points


Seamhainn

Recommended Posts

Posted

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!

Posted

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); 

}

Posted
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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...