Created
May 18, 2018 06:20
-
-
Save raganmd/655bea747147c3b7890963aafe8ce9b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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