Similarly it now seems as if npc.image is not synchronised to clients when using setimg(); serverside onCreated.
For instance with:
PHP Code:
function onCreated() {
this.setimg("light2.png");
}
The image is not appearing, whereas using setimg(); clientside or setting the image within the offline NPC script editor it's fine.