mob/var/age
mob/var/gunslingingmod
mob/var/fly
mob/var/zanzoken
mob/var/kiblast
Variables.dm:14:error:name :duplicate definition (conflicts with built-in variable)<<<------- I have no clue about that one but others should work
There
~Grand~
In response to Arya V.
|
|
mob/var/age There ~Grand~ |
In response to KillerGrand
|
|
The real wierd thing is.. I have done that. In my Variables folder. Look
mob I'm really confused on what's going on. Is the problem something else? Or have I done something wrong with the variables? |
In response to Arya V.
|
|
ya you have them spelled wrong grrr agi is not age <.< ect.
~Grand~ |
In response to Arya V.
|
|
Arya V. wrote:
The real wierd thing is.. I have done that. In my Variables folder. Look None of the variables giving an error is in your DM code below. Some of them aren't there at all. And some, like "age", and "gunslining", look like they might have been typoed. > |
Additionally, in the 'variables' file, you're trying to define a 'name' variable when you don't need to.