http://www.byond.com/play/1421833199
This is the link to Shell Server. The issue is that it does not connect to it at all. It does not load resources. It does not download resources. It doesn't kick off my other key that's already logged in through DreamSeeker.
My guess is that something in Topic() is bothering it.
Code Snippet (if applicable) to Reproduce Problem:
client/Topic(anything,href[])
if("VOID" in href)
return
...
..()
I don't see what would go wrong there. All if statements after that one are things like "decline" "declines" "accepts" and so forth.