Shargast_PRC8/_module/Chapter 2/nss/hasrecallstone.nss

8 lines
166 B
Plaintext
Raw Normal View History

2024-08-03 14:13:18 -04:00
#include "NW_I0_Plot"
int StartingConditional()
{
int bCondition = GetIsObjectValid(GetItemPossessedBy(GetPCSpeaker(),"NW_IT_RECALL"));
return bCondition;
}