501,your_box,your box,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "CustomBox"; },{},{}
function script CustomBox {
if( BaseLevel == 99 ) {
.@boxitem = callfunc("F_Rand",4236,4359,4425);
getitem .@boxitem,1;
}
dispbottom "You've gained one kill point! Your total is ["+pk_points+"] kill point(s).";
end;
}