ID:146371
 
Code:
mob
icon = 'a.dmi'
set name = "Jere"

loading Spiderdude.dme
Start.dm:3:error: name: bad variable

Spiderdude.dmb - 1 error, 0 warnings (double-click on an error to jump to it)


Problem description:
Well, I want the person to logging in to be named Jere, not their key... such as me, I would log in and be spiderdude, but I want the name to be Jere
Lose the set keyword.
mob
name = "Jere"

The set keyword is only used in functions.
In response to Loduwijk
heh...now i feel hrm i cannot say because you cannot flame in the forums bahahaa
In response to Loduwijk
tried it... it doesnt work... it still says my key instead of jere
In response to Spiderdude
mob/Login()
..()
name="name"
Too lazy to do DM tags. :/
In response to Ol' Yeller
wow, thanks ol yeller... makes me feel less intellegint than most, but thanks
so ur saying ur4 problem is logging in w a diffrent name caz i think ican help w that