In response to Arya V.
You haven't defined any of those variables for /mob types.

Additionally, in the 'variables' file, you're trying to define a 'name' variable when you don't need to.
In response to Arya V.
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 KillerGrand
The real wierd thing is.. I have done that. In my Variables folder. Look


mob
var
Help_Text
Prompt
char_name
race = "None"
agi = 0
str = 0
cons = 0
dex = 0
perc = 0
will = 0
int = 0
BP
agimod
strmod
consmod
dexmod
percmod
willmod
intmod
BPmod
gunslinging
gunsliningmod
RPP
bootreason


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.

> 
> mob
> var
> Help_Text
> Prompt
> char_name
> race = "None"
> agi = 0
> str = 0
> cons = 0
> dex = 0
> perc = 0
> will = 0
> int = 0
> BP
> agimod
> strmod
> consmod
> dexmod
> percmod
> willmod
> intmod
> BPmod
> gunslinging
> gunsliningmod
> RPP
> bootreason
>
>

Page: 1 2