ID:266868
 
i would like to know how to make a start screen similar to the one rae kwon used for dbzeta 2. thanks.
I can get you the exact one..lol...Its really easy.Create a bmp file and save it in your games folder.
make a line of code:
turf/titlescreen
icon='title.bmp'

i havent played zeta much so im not sure what the title screen is but if it has click turfs

turf/start
icon='start.dmi'
Click()
usr.CreateChar()
turf/leave
icon='leave.dmi'
Click()
del(usr)


besides my indention everything here is good,but you have to supply the CreateChar proc
In response to SuperSaiyansElite
oh duh, im an idiot, i knew that, i just had to think about it. thanks:O
In response to Lucas Gates
No problem.