;;React after?\r
t)\r
\r
-(defun run-action (action args &key (time 0))\r
+(defun run-action (action args &key (time 0) no-output)\r
"Run an action with a given args"\r
(unless (listp args) (setf args (list args)))\r
(setf *after* nil)\r
(let ((*action* action)\r
(*args* args)\r
(*noun* (first args))\r
- (*second* (second args)))\r
+ (*second* (second args))\r
+ (*no-output* no-output))\r
(when *debug* \r
(format t "[running action: ~a ~a]~%" *action* *args*))\r
(when *meta* ;;Just do the darn thing!\r