DefaultTellTo

Whilst checking scripting for my game, I typed in the following command:
tell Quinn to push block, and received the following error message

Error running script: Error evaluating expression 'DynamicTemplate(defaulttemplate, object)': No template named 'DefaultTellTo'

Tell Quinn to kick or Tell Quinn to move all resulted in the same error message.
There is no Dynamic Template for 'DefaultTellTo'.
Adding the following template, will solve the problem

<dynamictemplate name="DefaultTellTo">WriteVerb(object, "do") + " nothing."</dynamictemplate>

I will get that into Quest 5.8