Try:
"camera.stop.moving.pleawse.you.slow.me.down"; ;)
Just make custom InteractionEvents.
and set the event so it doesn't use the camera
InteractionEvent event = new InteractionEvent(entity,action)
event.somecameraoption...
script.execute(event);
tada!
You'll have to rewrite it some, typed on my phone ..
Khaleesi