ID:162419
 
I want to code a verb in that shows the hub port address so that i can use it to invite a few friends to join the world im hosting.
mob/verb/Hosting_Ip()
src<<"Your hosting Ip is... byond://[world.address]:[world.port]"
In response to Tubutas
Tubutas wrote:
> mob/verb/Hosting_Ip()
> src<<"Your hosting Ip is... byond://[world.address]:[world.port]"
Actually, that isn't the best example.
<dm>
world<<"byond://[world.internet_address]:[world.port]"
Will allow everyone to join your game, world.address only returns your internal IP.