I'm working on injecting a difficulty for a list of songs from base game (Fresh, DadBattle, Philly Nice, and Guns), and no matter what I do, a couple of errors are thrown at me, and only the first song I start the list with is given the new difficulty.
Error 1: Error while executing function VariationInjector.setup()#84: EUnknownVariable
UnknownVariable error: Tried to access "variId", an unknown variable or identifier.
Error 2: Error while executing function VariationInjector.onStateChangeEnd()#108: EUnknownVariable
UnknownVariable error: Tried to access "setup", an unknown variable or identifier.
As far as I'm aware, I followed the directions in the provided README files correctly, so I'm not sure why this would be messing up.
I'm working on injecting a difficulty for a list of songs from base game (Fresh, DadBattle, Philly Nice, and Guns), and no matter what I do, a couple of errors are thrown at me, and only the first song I start the list with is given the new difficulty.
Error 1: Error while executing function VariationInjector.setup()#84: EUnknownVariable UnknownVariable error: Tried to access "variId", an unknown variable or identifier.
Error 2: Error while executing function VariationInjector.onStateChangeEnd()#108: EUnknownVariable UnknownVariable error: Tried to access "setup", an unknown variable or identifier.
As far as I'm aware, I followed the directions in the provided README files correctly, so I'm not sure why this would be messing up.