ID:140042
 
Code:
this is just an example of all the stuff i have tried
src<<client.address
alert(src, client.address)
world<<src.client.address
//----
var/s = src.client.address
src<<s
world<<s
alert(src,s)


Problem description:
as you can see i tried many things, but no matter what i do it wont let me see my client address...but it does let me see world address which is my address, all i want to know is why
I don't think BYOND has ever let you see the host's client.address
In response to Moonlight Memento
really?
More than likely, it's because it's YOUR address.
If you are the host, then it won't show your address, since your address is local host, I believe.

Try hosting it and instead of you, get someone, besides you, address.
In response to Maximus_Alex2003
well i guess that settles it than :), thanks