RATDOG/_module/nss/69_henchscoutyes.nss
Jaysyn904 0f13e6c538 Initial module commit
Initial module commit.
2021-08-29 23:34:48 -04:00

8 lines
119 B
Plaintext

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