Skip to content

Instantly share code, notes, and snippets.

@8q
Created March 2, 2018 14:13
Show Gist options
  • Save 8q/b7cb555472a4a12f08f6ae3ff30dbd9a to your computer and use it in GitHub Desktop.
Save 8q/b7cb555472a4a12f08f6ae3ff30dbd9a to your computer and use it in GitHub Desktop.
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