Changes the current normal map texture. The normal map bitmap file must be in the project's entities/normalmaps/
folder, but its path should be omitted in the argument:
ETHEntity@ ent = SeekEntity("character.ent"); ent.SetNormal("other_normal.png");