The easiest solution would be to set up a scene object (World > Scene Objects in the ORK editor) that uses cursor changes and add that scene object to your game objects in the scene (that should change the cursor) via a Scene Object component.
This is also a good way to add reusable information like name, icon and description to actors in your event by having a scene object attached to their game object :)