RoT2_PRC8/_module/nss/quest_cloak2.nss
Jaysyn904 499aba4eb3 Initial upload
Initial upload
2023-09-25 18:13:22 -04:00

11 lines
164 B
Plaintext

#include "xx_persist_quest"
int StartingConditional()
{
if(RetrieveQuestState("CLOAK_QUEST1", GetPCSpeaker()) == 2)
return TRUE;
else
return FALSE;
}