Initial Upload
Initial Upload
This commit is contained in:
9
_module/nss/align2good.nss
Normal file
9
_module/nss/align2good.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
//Put this on action taken in the conversation editor
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
AdjustAlignment(oPC, ALIGNMENT_GOOD, 50);
|
||||
|
||||
}
|
Reference in New Issue
Block a user