Moving Cursor To Center Of Player View

I asked my scripter if he could write me a script to have a key set that would move the cursor to the center of the player view, he said he didn’t think you could move the cursor, but he didn’t take long to respond so I’m wondering if this is possible and if so where do I tell him to start?

Thanks,
Don

As I understand it, if you wait a frame after using Screen.lockCursor = true;, the mouse is at the center of the screen. Just have to set it back to Screen.lockCursor = false; the frame afterwards.

I’ll run it by him, thanks!