View Single Post
Old 3rd May 2019, 06:15   #29  |  Link
SilSinn9801
Chiptuner & VapourSynther
 
SilSinn9801's Avatar
 
Join Date: Mar 2019
Location: Scarlet Devil Mansion, Gensōkyō
Posts: 52
Apparently, for Loop not to crash, I have to issue the Loop command individually for both [0] and [1]:
Code:
vfx00[0] = core.std.Loop(vfx00[0], times=118)
vfx00[1] = core.std.Loop(vfx00[1], times=118)
So my code will get more tedious since I have to deal with 88 different VFX frames.
SilSinn9801 is offline   Reply With Quote