generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
16
_module/nss/opw_al_chaotic.nss
Normal file
16
_module/nss/opw_al_chaotic.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Alignment Shift
|
||||
// opw_al_chaotic
|
||||
// By Don Anderson
|
||||
// dandersonru@msn.com
|
||||
//
|
||||
// Called from XP Giver Convo
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
AdjustAlignment(oPC, ALIGNMENT_CHAOTIC, 25);
|
||||
}
|
||||
Reference in New Issue
Block a user