10 lines
164 B
Plaintext
10 lines
164 B
Plaintext
#include "xx_persist_quest"
|
|
|
|
int StartingConditional()
|
|
{
|
|
if(RetrieveQuestState("DICKYS_QUEST1", GetPCSpeaker()) == 1)
|
|
return TRUE;
|
|
else
|
|
return FALSE;
|
|
}
|