7 lines
140 B
Plaintext
7 lines
140 B
Plaintext
|
#include "quest_inc"
|
||
|
void main()
|
||
|
{
|
||
|
SetLocalInt(OBJECT_SELF, "Quest_Attack", TRUE);
|
||
|
AddRandomQuestJournalEntry(GetPCSpeaker(), 3);
|
||
|
}
|