;;; TODO: there is no way to send information from one script to another one ;;; TODO: on-jump is not called when player jumps (set on-jump (lambda ())) ;;; TODO: on-double-jump is not called when player double jumps (set on-double-jump (lambda ())) ;;; TODO: on-death is not called when player deaths (set on-death (lambda ()))