ID:262563
 
Code:
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


take away the extra --- ) --- at the end of the second line
In response to RaditzX
k i did that put now i get loading saveing.dme
saveing.dm:2:error: ): expected }
saveing.dm:2:error: location of top-most unmatched {

No No no, change alert line to
switch(alert("Hi.","Title","Button 1","2","3"))