Created
March 2, 2018 14:13
-
-
Save 8q/b7cb555472a4a12f08f6ae3ff30dbd9a 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
function kiri_test(from, to, interval) | |
cmd = "アニメ登録 anim1 2 " | |
for i=from, to, 1 | |
do | |
cmd = cmd..string.format("kiri\\kiri_%05d.png %d ", i, interval) | |
end | |
lvCmd(cmd) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment