9 lines
207 B
Plaintext
9 lines
207 B
Plaintext
#include "quest_inc"
|
|
void main()
|
|
{
|
|
SetLocalInt(OBJECT_SELF, "Quest_Attack", TRUE);
|
|
AddRandomQuestJournalEntry(GetPCSpeaker(), 3);
|
|
|
|
AdjustAlignment(GetPCSpeaker(), ALIGNMENT_CHAOTIC, 5, FALSE);
|
|
}
|