turf/New
icon = 'new.bmp'
Click()
usr.sight = 1
if (fexists("players/[usr.ckey].sav"))
switch(alert("If you continue with a new character, your previous character will be erased. Do you wish to continue?","WARNING!","Yes","No"))
if ("Yes")
usr << " "
usr.createcharacter()
return ..()
if ("No")
usr << "<font color=red size=0>You have been disconnected to our server. Please reconnect and click <font color=green size0>Load</font>"
del(usr)
return ..()
else
usr.createcharacter()
return ..()
..()
Problem description:
The problem is how can i add/insert a code that when you click the icon "NEW" at the loading screen.. you will be directly send to the choose character.... i dont know how to make it so please help me to find this out.. thank you... if you need more description please post here.. thank you..