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