generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload.
This commit is contained in:
9
_module/nss/vat_setalign_des.nss
Normal file
9
_module/nss/vat_setalign_des.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "inc_alignset"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
AdjustAlignment(oPC, ALIGNMENT_CHAOTIC, 15, FALSE);
|
||||
AdjustAlignment(oPC, ALIGNMENT_EVIL, 15, FALSE);
|
||||
ReportAlignment(oPC);
|
||||
}
|
Reference in New Issue
Block a user