bindKey('F4', 'down',
function( )
if ( isCursorShowing( ) == true ) then
outputChatBox("#ffa500You pressed #ffffffF4 and now cursor is #ff0000DISABLED!", 255, 255, 255, true)
elseif ( isCursorShowing( ) == false ) then
outputChatBox("#ffa500You pressed #ffffffF4 #ffa500and now cursor is #00dd00ENABLED!", 255, 255, 255, true)
end
end
)
^ client side