str GetPortName()
Returns the name of the port the mod is being played in.
Possible return values are:
"ZDoom"
"GZDoom"
"Zandronum"
For a description of how ports are identified, see IdentifySourcePort.
print(s:"You are playing this mod in ", s:GetPortName());