8 lines
166 B
Plaintext
8 lines
166 B
Plaintext
#include "NW_I0_Plot"
|
|
int StartingConditional()
|
|
{
|
|
int bCondition = GetIsObjectValid(GetItemPossessedBy(GetPCSpeaker(),"NW_IT_RECALL"));
|
|
return bCondition;
|
|
}
|
|
|