17 lines
382 B
Plaintext
17 lines
382 B
Plaintext
|
////////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// Alignment Shift
|
||
|
// opw_al_lawful
|
||
|
// By Don Anderson
|
||
|
// dandersonru@msn.com
|
||
|
//
|
||
|
// Called from XP Giver Convo
|
||
|
//
|
||
|
////////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
AdjustAlignment(oPC, ALIGNMENT_LAWFUL, 25);
|
||
|
}
|