NumPartner returns the number of partners that exist. Neutral players and normal helpers are not considered partners.
Format: NumPartner
Arguments:
Return type: int
Error conditions: none
Example:
trigger1 = NumPartner = 1
trigger1 = partner, life < 200
; Triggers if the player has a partner with less than 200 life.