ID:155078
 
im wondering how youd set the world.host to a text string of a key, or to someones key. So that when you hosto n a linux server it has a key listed such as "Hosted By:". Falacy managed to do this with HU1 so i know its possible, any help would be nice.
What?
In response to Ocean King
Ocean King wrote:
What?

Go look at a hub, when the game is being hosted it lists "Hosted By: [Key]"... However when a game is hsoted by a linux shell it does not list that part. Falacy however incorperated a system that allows him to set that to a key, weather it be a linked key, or just a string that says a key. Im asking how would this be done?
In response to XxLucifersJesterxX
Like the "[Hosted By: Bleachz]"?

world.status +
[Hosted by: [world.host]

world.status = "Lol I'm a game<\br>[Hosted by: [world.host]]"

Remove the \ in br.

I suppose that it's like that.
In response to Ocean King
Ocean King wrote:
Like the "[Hosted By: Bleachz]"?

world.status +
[Hosted by: [world.host]
world.status = "Lol I'm a game<\br>[Hosted by: [world.host]]"

Remove the \ in br.

I suppose that it's like that.

Thats exactly what i wanted, i was unaware you could use html in the world.status... I feel like such a noob.