ID:154859
 
i am curious on how make a login that has the buttons such as create character, load character, and delete character, then it progresses further, to your name and then race.
Well a common way of doing it for many fangames of the past was to take your photoshopped image that you wanted to use as the title screen, code some parts of it as turfs, and have the Click() proc call some character creation.

We have the interface file that can handle exactly what you want. If you look up skins in the references, you can find LummoxJR's 4 part tutorial on skins, which handles much more than just login screens. Pretty awesome.
In response to Lugia319
thanks