should show my player right, it doesnt!!!!
http://wiki.graal.net/index.php/Crea...lient/TShowImg
found a fix though!!!
PHP Code:
for (temp.j: i)
{
if (j.type() == 3)
{
for (temp.k = 0; temp.k < j[1]; temp.k++)
actor.(j[0][k]) = playero.(j)[k];
continue;
} else {
temp.data = playero.(j @ "img");
if (data != null)
actor.(j @ (j != "shield"? "img":"")) = data;
}
}