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:
entities/
ETHEntity@ ent = SeekEntity("character.ent"); ent.SetSprite("other_bitmap.png");