RATDOG/_module/nss/69_henchscoutyes.nss

8 lines
119 B
Plaintext
Raw Normal View History

int StartingConditional()
{
int iResult;
iResult = GetLocalInt(OBJECT_SELF,"Scouting");
return iResult;
}