Returns the name of the secondary opponent, if present.
If there is no secondary opponent, then p4name = "name" returns 0 no matter what name is specified. Similarly, p4name != "name" will return 1 no matter what name is specified.
Format: P4Name [oper] "name"
Arguments:
Return type: boolean (0 if false or 1 if true)
Error conditions: none
Example:
trigger1 = P4Name = "Kumquat"
; Returns true if the secondary opponent is named Kumquat.