bool SetSprite(string fileName)/ETHEntity

Changes the current sprite for the entity. The bitmap file must be in the project's entities/ folder, but its directory should be omitted in the argument:

ETHEntity@ ent = SeekEntity("character.ent");
ent.SetSprite("other_bitmap.png");