Shargast_PRC8/_module/Chapter 1/nss/hasrecallstone.nss
Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -04:00

8 lines
166 B
Plaintext

#include "NW_I0_Plot"
int StartingConditional()
{
int bCondition = GetIsObjectValid(GetItemPossessedBy(GetPCSpeaker(),"NW_IT_RECALL"));
return bCondition;
}