Shargast_PRC8/_module/Chapter 2/nss/m1q1fdeathstone1.nss

13 lines
233 B
Plaintext
Raw Normal View History

2024-08-03 14:13:18 -04:00
///////Used Recall Stone and lowint
#include "NW_I0_PLOT"
int StartingConditional()
{
int iResult;
iResult = GetLocalInt(GetPCSpeaker(), "NW_L_USED_RECALL")>0 &&
CheckIntelligenceLow();
return iResult;
}