14 lines
241 B
Plaintext
14 lines
241 B
Plaintext
|
///////Used Recall Stone and normal int
|
||
|
|
||
|
#include "NW_I0_PLOT"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
int iResult;
|
||
|
|
||
|
iResult = GetLocalInt(GetPCSpeaker(), "NW_L_USED_RECALL")>0 &&
|
||
|
CheckIntelligenceNormal();
|
||
|
return iResult;
|
||
|
}
|
||
|
|