Quote:

at the top of your main script add:
include <NM.wdl>;
(be sure that all files from guitar's zip you have in your working folder, or subfolder if you have created path to it)

then in entity's action write:
my.material = mat_nm;






I included <NM.wdl> in the main script, copied guitar's files to the working folder. You mentioned about entity's action. Is this the model which i have applied normal map to? If so, where should i add the script my.material = mat.nm; ? Excuse me for my poor scripting knowledge.