7 lines
132 B
Plaintext
7 lines
132 B
Plaintext
#include "quest_inc"
|
|
void main()
|
|
{
|
|
SetLocalInt(GetPCSpeaker(), "QuestIntel", 3);
|
|
SetStoredIntelTokens(GetPCSpeaker(), 3);
|
|
}
|