There should never be a need to call a built-in callback directly! ☝️Whether through OnPlayerText or by calling "emulate command". That is an anti-pattern and a symptom of a deeper issue. A callback is merely a trigger for some action. Figure out what that action is, and then invoke that action directly without going through a callback.