Can a script be run repeatedly while Golly is idle? How do I make Golly run something like this every 5 seconds when it is not doing anything else?
import golly import time golly.show(time.asctime(time.gmtime()))
Not possible at this stage, and I'm struggling to see why it would be all that useful.
Not possible at this stage, and I'm struggling to see why it would be all that useful.