mob/Login()
alert("Load or Create a Char","[world.name]","New","Load","Quit"))
if ("New")
usr.Create()
if ("Load")
usr.LoadChar()
if ("Quit")
return E
Problem description:k when u use this i get the following problms
loading saveing.dme
saveing.dm:2:error: ): expected }
saveing.dm:2:error: location of top-most unmatched {
plese help me i dont no whats going wrong