7 lines
123 B
Plaintext
7 lines
123 B
Plaintext
|
#include "quest_inc"
|
||
|
void main()
|
||
|
{
|
||
|
SetLocalInt(GetPCSpeaker(), "QuestIntel", 0);
|
||
|
SetQuestTokens(GetPCSpeaker());
|
||
|
}
|