hello how can i add announce on specific item if get and make it have amount value?
function script boxrandom {
setarray .@reward, 607, 60,
612, 10,
611, 10,
608, 10,
678, 5,
675, 5;
set .@size, getarraysize( .@reward );
for( set .@i, 1; .@i < .@size; .@i +=...