Advertisement
Guest User

hidden viewmodel animation script

a guest
Jul 19th, 2016
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. bonecount = 0 #number of bones in the animation here
  2. ticks = 0 #number of frames in the animation here
  3. i = 0
  4. print ("time 0")
  5. for i in range(bonecount + 1):
  6. print (str(i) + " -100.000000 -100.000000 -100.000000 -100.000000 0.000000 0.000000")
  7. i+=1
  8. for j in range(ticks):
  9. print ("time " + str(j + 1))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement