Initial Commit
Initial Commit
This commit is contained in:
8
_module/nss/henchhaveani.nss
Normal file
8
_module/nss/henchhaveani.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oAss = GetAssociate(ASSOCIATE_TYPE_ANIMALCOMPANION,GetPCSpeaker());
|
||||
|
||||
if (oAss == OBJECT_INVALID) return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user