WoR_PRC8/_module/nss/shift_align2good.nss
Jaysyn904 b5e28e52f4 Initial commit
Initial commit [1.18]
2025-04-03 11:49:34 -04:00

7 lines
145 B
Plaintext

//Shift the Alignment of the PC Speaker in conversation to Good by 5 pts.
void main()
{
AdjustAlignment(GetPCSpeaker(), ALIGNMENT_GOOD, 1);
}