In my game, I only have one cursor selected, which is a crosshair, all the others are NOT standard cursor mode. However, when i first start my game, It goes to the 'Walk' cursor comes up. When I switch to the one i want, the Walk cursor doesn't come back. I want it so that the first cursor is NOT the walk, but the crosshairs. How do I script it for this?
SetCursorMode (mode); in either game_start, in the Global script, or Player enters screen (before fadein) of the first room.