mob/creating_character
var
name
race
Login()
. = ..()
loc = null
var/Form/create/c = new()
c.DisplayForm(src)
This is the string that starts character creation >.>
var/XML/Element/create
new("player","<name>[name]</name>")
switch(race)
if(p.race = "human")
Attributes("human.xml")
This is me trying to XML-lize it. Its...not...working >.<
Any help would be greatly appreciated.
and your Attributes() needs to be indented once.
The mob vars should be indented once.
I haven't done XML anything, so that's all I have to say.