9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
#include "en5_include"
|
|
|
|
void main()
|
|
{
|
|
SetLocalInt(OBJECT_SELF,"HenchmanClass",EN5_CLASS_BLACKGUARD);
|
|
//AdjustAlignment(GetPCSpeaker(),ALIGNMENT_EVIL,30);
|
|
SetCustomToken(100,"Blackguard");
|
|
}
|