#include "quest_inc"
void main()
{
    SetLocalInt(OBJECT_SELF, "Quest_Attack", TRUE);
    AddRandomQuestJournalEntry(GetPCSpeaker(), 3);
}