species

Settable:
no
Arguments:
character
Return Value:
integer

This function returns the integer value of the species of the mobile or 28 if a player. This function is complementary to type() which returns a string value containing the actual species type.

   msg_room(room(%c),'my species id number is '+species(%c)),
   return(true)