ID:271166
 
how do you add png's and click buttons on title screen
turf
start_screen
icon='yourpngfile.png' //Simple as that, just put .png at the end. You also have to put the\
png file in your game (just drag it into the folder)

start_game //Put this "start_game" turf where it says "Start" or whatever on your png file
Click()
usr.loc=locate(/turf/start) //Whatever goes, it's up to you.
Everythnig is explained in the comments
In response to Beatmewithastick
i did exactly what it say and an error came at the end line of it
In response to Vegito SSJ44
Maybe tell us what error?
In response to Bobthehobo
usr.loc=locate(/turf/start)
In response to Vegito SSJ44
Vegito SSJ44 wrote:
usr.loc=locate(/turf/start)

screens.dm:7:error:/turf/start:undifined type path
In response to Vegito SSJ44
Yawn, that's just an example! You don't need that. Put whatever you want to happen in place of that.

Though if you were really interested in making it work, just make a turf that is called startplace and put it on the map >_>. Read the DM guide for farther insight.