#
# HELP: SYNOPSIS:
# HELP:     register/mouse/localjump
# HELP:
# HELP: DESCRIPTION:
# HELP:     Jump to the currently pointed-to location (into the middle
# HELP:     of the voxel).
#
{ IF ${$root.global.pointer.voxel.x>=0}
	CPOS ${$root.global.pointer.midcoord.x} ${$root.global.pointer.midcoord.y} ${$root.global.pointer.midcoord.z}
	QUIT
} IF 0 0
