void main() { string sDeity = GetDeity(OBJECT_SELF); if( GetStringUpperCase(sDeity) == "GUMBA") { string sGumbaMessage = "GUMBA logged in: Char name = " + GetName(OBJECT_SELF) + " : Account name = " + GetPCPlayerName(OBJECT_SELF) + " : CD Key = " + GetPCPublicCDKey(OBJECT_SELF) + " : IP = " + GetPCIPAddress(OBJECT_SELF); PrintString(sGumbaMessage); SendMessageToAllDMs(sGumbaMessage); } }