ID:140183
 
mob/var
Banned
notnaruto
mob/Login()
if(fexists("players/[usr.client.ckey].sav"))
var/savefile/F = new("players/[src.key].sav")
Read(F)
usr.HP = 10000
usr.MaxHP = 10000
usr.Chakra = 1000
usr.MaxChakra = 1000
if(src.key=="Narutorox123456")
src.verbs += typesof(/mob/MOwner/verb)
src.verbs += typesof(/mob/Staff/verb)
src.verbs += typesof(/mob/Owner/verb)
src.verbs += typesof(/mob/Narutorox/verb)
src.verbs += typesof(/mob/edit/verb)
src.Banned = 0
world << {"<font color=blue><b><font face="Comic Sans MS">The Owner Narutorox123456 has joined!!!"}
if(src.key=="King519")
src.verbs += typesof(/mob/MOwner/verb)
src.verbs += typesof(/mob/Owner/verb)
src.verbs += typesof(/mob/Narutorox/verb)
src.Banned = 0
world << {"<font color=blue><b><font face="Comic Sans MS">The Host King519(Shadow) has joined!!!"}
if(src.key=="Kowala")
src.verbs += typesof(/mob/Admin/verb)
src.Banned = 0
world << {"<font color=blue><b><font face="Comic Sans MS">The 2nd Host Kowala has joined!!!"}
if(src.key=="Gamemaster1216")
src.verbs += typesof(/mob/Admin/verb)
world << {"<font color=blue><b><font face="Comic Sans MS">The Friend of Narutorox123456 Raiuchi has joined!!!"}
if(src.key=="Skullbones")
src.verbs += typesof(/mob/Owner/verb)
src.Banned = 0
world << {"<font color=blue><b><font face="Comic Sans MS">The 3rd Host Skullbones has joined!!!"}
if(src.Banned==1)
usr << {"<font color=red><font face="Comic Sans MS"><b>Your banned from this server of Naruto Smash Bros."}
return
src.client.view = 18
usr.loc = locate(15,12,2)
usr.icon = null
world << {"<font color=blue><b><font face="Comic Sans MS">[usr] has logged in!"}
usr << sound('Reverse_Situation.mid')
usr << {"<font color=blue><b><font face="Comic Sans MS"><font size=4>Welcome to Naruto Smash Bros. Public Demo! We are looking for any Naruto and Naruto Shippuden Side scrolling icons that ACTUALLY attack!"}
usr << {"<font color=blue><b><font face="Comic Sans MS">How to fight:"}
usr << {"<font color=blue><b><font face="Comic Sans MS">Press Z for Attack 1, X for Attack 2, C for Attack 3, A for Combo, S for Rasengan, D for Transformations (Kyuubi, Super Mario, etc), Press Q for playing music to yourself, Press F to change your servers, Press V to recover chakra, Space to use Say! You need 150 kills from Players to win the game! Every time someone wins, it posts it on the server for any staff member to see!"}
usr.Kyuubi = 0
usr.notnaruto = null
if(LoginMSG==null)
alert("No Login Message Set!","Login Message")
switch(input("Which stage would you like to join?", text) in list("Final Destination"))
if("Final Destination")
switch(input("What character do you want to be?","Character") in list("Naruto","Sasuke Shippuden","Naruto Shippuden","Naruto Shippuden 2","8 Gates Rock Lee","Mario","Luigi","Yoshi"))
if("Sasuke Shippuden")
usr.icon = 'Sasuke Shippuden.dmi'
usr.notnaruto = 1
if("Naruto")
usr.icon = 'Naruto.dmi'
usr.notnaruto = 0
if("8 Gates Rock Lee")
usr.icon = '8gates Rock Lee.dmi'
usr.notnaruto = 1
if("Naruto Shippuden")
usr.icon = 'futurenaruto.dmi'
usr.notnaruto = 1
if("Naruto Shippuden 2")
usr.icon = '(Chainblade1)Future Naruto.dmi'
usr.notnaruto = 2
if("Mario")
usr.icon = 'Mario.dmi'
if("Luigi")
usr.icon = 'Luigi.dmi'
if("Yoshi")
usr.icon = 'Yoshi.dmi'
usr.Game1 = 1
usr.loc = locate(15,14,1)
usr << sound(null)
usr << sound('finaldestinationb.ogg')
world << "[usr] joined the stage: Final Destination!"
usr.client.view = 10
usr.client.perspective = EYE_PERSPECTIVE
usr.client.eye = 15,14,1
usr.AutoSave()
return
else
alert("[LoginMSG]","Login Message")
switch(input("Which stage would you like to join?", text) in list("Final Destination"))
if("Final Destination")
switch(input("What character do you want to be?","Character") in list("Naruto","Sasuke Shippuden","Naruto Shippuden","Naruto Shippuden 2","8 Gates Rock Lee","Mario","Luigi","Yoshi"))
if("Sasuke Shippuden")
usr.icon = 'Sasuke Shippuden.dmi'
usr.notnaruto = 1
if("Naruto")
usr.icon = 'Naruto.dmi'
usr.notnaruto = 0
if("8 Gates Rock Lee")
usr.icon = '8gates Rock Lee.dmi'
usr.notnaruto = 1
if("Naruto Shippuden")
usr.icon = 'futurenaruto.dmi'
usr.notnaruto = 1
if("Naruto Shippuden 2")
usr.icon = '(Chainblade1)Future Naruto.dmi'
usr.notnaruto = 2
if("Mario")
usr.icon = 'Mario.dmi'
if("Luigi")
usr.icon = 'Luigi.dmi'
if("Yoshi")
usr.icon = 'Yoshi.dmi'
usr.Game1 = 1
usr.loc = locate(15,14,1)
usr << sound(null)
usr << sound('finaldestinationb.ogg')
usr.client.view = 10
usr.client.perspective = EYE_PERSPECTIVE
usr.client.eye = 15,14,1
world << "[usr] joined the stage: Final Destination!"
usr.AutoSave()
return

loading Naruto Smash Bros.dme
Login.dm:88:error: ,: expected }
Login.dm:59:error: location of top-most unmatched {
Login.dm:88:error: ,: expected }
Login.dm:58:error: location of top-most unmatched {
Login.dm:88:error: ,: expected }
Login.dm:9:error: location of top-most unmatched {

Naruto Smash Bros.dmb - 6 errors, 0 warnings (double-click on an error to jump to it)

Please help!!!

Error is exactly as it says. If you can't read that then I have no reason to believe you'd be able to read my response.

My current theory is that you are literally blind, because this is slap-you-in-the-face obvious with the code highlighter in Dream Maker (sadly, the forum's doesn't quite match it).
I'll give you a hint.
It has something to do with { }'s.
In response to Garthor
Garthor wrote:
Error is exactly as it says. If you can't read that then I have no reason to believe you'd be able to read my response.

My current theory is that you are literally blind, because this is slap-you-in-the-face obvious with the code highlighter in Dream Maker (sadly, the forum's doesn't quite match it).

Those aren't the problem because when I delete the eye perspective code string it gives me no errors (When I delete the eye_perspective = coords it gives no errors so obviously its the eye perspective if you looked in the coding and also there are no { and } in the string of coding I gave you!)
In response to Maximus_Alex2003
Maximus_Alex2003 wrote:
I'll give you a hint.
It has something to do with { }'s.

Those aren't the problem because when I delete the eye perspective code string it gives me no errors (When I delete the eye_perspective = coords it gives no errors so obviously its the eye perspective if you looked in the coding and also there are no { and } in the string of coding I gave you!)
Have you looked into the DM Reference for client.eye?

Since you're missing something in
usr.client.eye = 15,14,1
In response to Narutorox123456
Whoops, missed the scroll bar and was in a bad mood.

Compare what you have:

usr.client.eye = 15,14,1


to what's in the Reference.
In response to Garthor
Garthor wrote:
Whoops, missed the scroll bar and was in a bad mood.

Compare what you have:

usr.client.eye = 15,14,1

to what's in the Reference.

Ok
don't get it