Why doesnt this work?
int nMatAmount1 = nAmount1 - GetAllStacks( "CopperIgnot", oPC );
SetCustomToken(8100,IntToString(nMatAmount1));
SendMessageToPC(oPC, "You need <CUSTOM8100> more Copper Ignots to make this.");
Can custom tokens be used this way? or is there another way to get this info to a player?