ID:175871
 
Im making an icon game and i want the game to be called Icon Trading XP. When i start the game it dosnt show the game's name on the title bat nore does it say the game is being hosted on the hub.Ive added name = "Icon Reading XP" under world but that dosnt help what so ever.
Heres what ive done

world
mob = /mob/create_character
mob/create_character
var/mob/character
Login()
var/charactername = input("Choose a name for you character.","Character Name?",src.key)
switch(input("Choose who your character is.","Character Class?") in list("Mercenary","Zephy blue","Daggitz","Zephy red","Sephiroth","Wiseman"))
if ("Mercenary")
character = new /mob/characters/merc()
if ("Zephy blue")
character = new /mob/characters/gotenks()
if ("Daggitz")
character = new /mob/characters/magus()
if ("Zephy red")
character = new /mob/characters/celes()
if ("Sephiroth")
character = new /mob/characters/seph()
if ("Wiseman")
character = new /mob/characters/wiseman()
character.name = charactername

src.client.mob = character
del(src)
..()
name = "Icon Trading XP"
You've managed to set mob.name, not world.name.

Lummox JR
There is the problem you are using my old coding, i perpously add bugs in so that no one can make it bug free, i can however help you with your problems. And from the looks of it i guess that ban does not work. Please send me a email telling me what your problems are, i will respond as soon as posible.