You are looking at many info about getgenders

The cowscript statement getender {object} will set three variables based on the gender of the object specified:


$himher
$hisher
$heshe


You can use these as needed in messages you print eg:

getgender $actor;
print "[$actor] looks at you then folds $hisher arms";


If something has no gender assigned then it is an 'it' or a 'them' if there is more than one of it.