ICameFrom

The ICameFrom script makes everyone page when they enter your palace. It notifies all currently online wizards of the new arrival as well as an additional log entry. The page looks like this...

*** Page from Hex in Cow Gate: I am using a MACPPC client and I came from Cow Palace

Here is the actual script...

ON SIGNON {
ICameFrom GLOBAL
{{ "no where" ICameFrom = } ICameFrom VARTYPE SWAP POP 4 <> IF CLIENTTYPE
}{{ "no where" ICameFrom = } 0 ICameFrom == IF
{ "PC" } { "Mac" } DATETIME 0 > IFELSE } IPTVERSION IFELSE
"I am using a " SWAP & " client and I came from " & ICameFrom & SUSRMSG
SERVERNAME ICameFrom =
}

This script goes into a script spot at your gate.

If youd like to always have a personal message show up instead of the last server name then add this to your cyborg ON SIGNON section...

ICameFrom GLOBAL "the peanut factory" ICameFrom =