mob/Login()
client.view=8
loc=locate(9,9,1)
turf/title
suits_title
name = "Main Menu"
icon = 'Suits title.jpg'
density = 1
layer=100
newChar
name = "New"
layer = 200
density = 1
Click() usr.newChar()
mob/proc
newChar()
alert("Hi")
So i'm trying to create a title screen where the player clicks on the "newChar" turf and it instantly calls the newChar proc. The problem is I doesn't show the "newChar" turf even though I put it on the map on top of the "suit_title" turf.
The way to think about how indenting works is that anything further to the right than the thing above it is part of, or 'belongs to,' that thing/