8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
void main()
|
|
{
|
|
SetLocalInt(OBJECT_SELF, "Quest_Attack", TRUE);
|
|
SetLocalInt(OBJECT_SELF, "Quest_Halt", FALSE);
|
|
|
|
AdjustAlignment(GetPCSpeaker(), ALIGNMENT_CHAOTIC, 5, FALSE);
|
|
}
|