14 lines
434 B
Plaintext
14 lines
434 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName deronevil
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 1
|
||
|
//:://////////////////////////////////////////////
|
||
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
AdjustAlignment(oPC, ALIGNMENT_EVIL, 20, FALSE);
|
||
|
AdjustAlignment(oPC, ALIGNMENT_CHAOTIC, 20, FALSE);
|
||
|
}
|