7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
|
#include "quest_inc"
|
||
|
void main()
|
||
|
{
|
||
|
int nPosition = GetLocalInt(GetPCSpeaker(), "AdventurerIntel");
|
||
|
SetAdventurerTokens(GetPCSpeaker(), nPosition);
|
||
|
}
|