I\'ve tried some HTML DOM code from several sites, but it isn\'t working. It isn\'t adding anything. Does anyone have a working example on this?
this.img =
Get rid of the this statements too
var img = document.createElement("img"); img.src = "img/eqp/"+this.apparel+"/"+this.facing+"_idle.png"; src = document.getElementById("gamediv"); src.appendChild(this.img)