Everything was working fine in 447, but now...
mob/Login()
src.icon='Icon.dmi'
src.loc=locate(1,1,1)
mob/verb/Flicky()
flick("flick",usr)
If you run it in seeker it will work fine, until you attempt to host, then it will stop flicking all together. It seems like flick is causing silent crashes after hosting?
If you put usr<<"Ran" before the flick it will still output, the flick wont run, and anything after the flick also won't happen.
If somebody joins the server it seems to temporarily/partially fix, however that has lead to the entire thing crashing on me.
It also seems that seeker remains running for a (long) while after being closed.