ID:165551
 
K, so, i need help here. I need a list of all those variables like the time and hub stuff, basically all the the built-in variables. ALSO, i need to know the variables to make a game show up on the hub page for the game -_-. Thanks, help will be appreciated
In response to GhostAnime
Thx a bunch

edit:: for the link you mean the var thing?
In response to Animay3
Yep, I assumed you were asking how to show the game in your hub >_> Or did you mean to ask how to make a hub entry?

- GhostAnime
In response to GhostAnime
GhostAnime wrote:
Yep, I assumed you were asking how to show the game in your hub >_> Or did you mean to ask how to make a hub entry?

- GhostAnime


Yeah, i wanted to show my game, thanks. Now can you help me with this?

mob
Login()
src << "byond://[internet_address]:[port]"


I wanted to show the byond unique server thingy so you could send the link so other people join
In response to Animay3
mob
Login()
src << "[world.address]:[world.port]"


I think thats what you want, if you type what that returns into dreamseaker it takes you to the game
In response to KirbyAllStar
KirbyAllStar wrote:
> mob
> Login()
> src << "[world.address]:[world.port]"
>

I think thats what you want, if you type what that returns into dreamseaker it takes you to the game

wasn't thinking of [world.port], thanks.
In response to KirbyAllStar
mob/Login()
spawn
while(!world.url) sleep
src<<world.url