PGCC_PRC8/_module/nss/vat_good1.nss
Jaysyn904 e51634d39b Initial upload
Initial upload.
2024-10-09 14:17:22 -04:00

9 lines
145 B
Plaintext

#include "inc_alignset"
void main()
{
object oPC = GetPCSpeaker();
AdjustAlignment(oPC, ALIGNMENT_GOOD, 1);
ReportAlignment(oPC);
}