Dear Ross,
you do not need the "chuckscore" (the existence of which in PAUP* I never understood); the equivalent of "nchuck" is the "hold" option of the "mult" command. Thus,
hold 1000 ;
mult = rep 10 hold 100 ;
would be the equivalent of the PAUP command string you used as example (note that the "hold" before the "mult" is a command, and inside the "mult" it is an option). Note that, for most data sets, I'd recommend "mult = rep 100 hold 10;" rather than what you used as example --it's a better search strategy.
Best regards,
--Pablo