Skip to content

Instantly share code, notes, and snippets.

@raganmd
Created May 18, 2018 06:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raganmd/655bea747147c3b7890963aafe8ce9b2 to your computer and use it in GitHub Desktop.
Save raganmd/655bea747147c3b7890963aafe8ce9b2 to your computer and use it in GitHub Desktop.
# delay scripts example
# first we write out script as a string
delay_print = "print('hello world')"
# next we run this string, and specify
# how many frames we want to wait before
# we run this operation.
run(delay_print, delayFrames = 60 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment