LoadCharacter(var/num){var/savefile/F = new("players/[src.ckey][num].dat");F["name"]>>src.name;src.Slot = num;world << "\red Server Information:<B>[src] the [src.race] has logged</B><font color = green> ON";world << src.Slot;src<<browse(null,Settings);return}
Problem:When i load my character its a black screen and my location doesn't show.