Initial Upload
Initial Upload
This commit is contained in:
13
_module/nss/gumba_catcher.nss
Normal file
13
_module/nss/gumba_catcher.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user