**hosts name won't appear in ServerInfo until you spawn**
%host = getWord($ServerInfo::Name, 0);
%host = getSubStr(%host, 0, strLen(%host) - 3); //the three \'s characters
getWord($ServerInfo::Name, 0);?
Names can have spaces, the \ doesn't actually count as a character, and the s can be behind the ', as part of the name.