RoT2_PRC8/_module/nss/xx_ques_progress.nss

10 lines
165 B
Plaintext
Raw Permalink Normal View History

2023-09-25 18:13:22 -04:00
#include "xx_persist_quest"
int StartingConditional()
{
if(RetrieveQuestState("JERKINS_QUEST1", GetPCSpeaker()) == 1)
return TRUE;
else
return FALSE;
}