PWE_PRC8/_module/nss/henchbod3.nss

7 lines
137 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
int StartingConditional()
{
int iResult = 1 - GetIsObjectValid(GetAssociate(ASSOCIATE_TYPE_ANIMALCOMPANION));
return iResult;
}