turf/new
density = 1
layer = 999
Click()
usr.loc = locate(7,7,20)
var/name = input("","Name") as text|null
if(length(name) > 30)
alert("Your name can not be longer then 20 letters!")
return
usr.name="[html_encode(name)]"
usr.name="[html_encode(name)]"
if(length(name) < 2)
alert("Your name can not be less then 2 letters!")
return
usr.name="[html_encode(name)]"
usr.name="[html_encode(name)]"
usr.loc = locate(94,94,20)
usr.client.view=10
i cant click new when i host my game i tried everything theres no errors i dont know whats wrong also my gfx keep on makin copies of itself on the map
Read the notes.
This has already been answered. Use forum search next time it could be faster :)