Quote:
Originally posted by Stefan
if you do
item = blabla;
putnpc x,y,blabla;
with (npcs[npcscount-1]) {
this.item = item;
}
it should work,
you can also use the local npc attributes log (there is a button on the RC) to see if this.item is set correctly
|
No, that didn't work, but i believe i did get it working, oh yeah and it wasn't a string sorry it was a var. Also if I parsed the this.item as a var it should return 0 so it would have just always been hat0.png. And I dumped the level vars, and it didn't do what it should have, that was when Andor's NPC Server was still a bit messed up. Maybe it was fixed.