DefaultTellTo

Doctor Agon
25 Mar 2018, 22:56Whilst 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>
The Pixie
26 Mar 2018, 07:19I will get that into Quest 5.8