7 lines
104 B
Plaintext
7 lines
104 B
Plaintext
|
#include "quest_inc"
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
SetQuestTokens(GetPCSpeaker());
|
||
|
return TRUE;
|
||
|
}
|