Started by
SpideyBren2000
on
Topic category: Help with Minecraft modding (Java Edition)
Ok so this is the deal with this mod im making. I Have an item that does a couple of different things. For this I have a keybind that sets anyone with variable 1 to 2 and variable 2 to 3. However when this event is done it changes 1 to 3 {Skips all in the mid}. So is there a way I could fix this problemo??
Bump, because this thread can be usefull.
It doesn't skip the other steps, it does all the steps. First it changes anyone with variable 1 to 2, and them everyone with variable 2 to 3. To avoid this, try putting the 2 -> 3 step first. and then the 1 -> 2 step.
I found the error I was making, Sorry NickGamerGR incorrect way to fix it lol. Normally I would leave this blank, but because the thread got "bumped" I figured I would make a video on it which will be coming out soon on my channel.
The video will be made by 4/24/2016 at noon at most.
Channel Link: SpidroTechnology
NickGamingGR is correct, The program isn't actually skipping the process... it's putting the varible from 1 to 2 then all of the 2 varibles are being set to 3
An example: If you had one, 1 varible and one, 2 varible then it would work like this; The 1 is set too 2 (so you have zero 1's and two 2's); it then sets both of those 2's into 3's so you have two 3's.
A simple solution is putting the event "set varible 2 into 3" first, before the event "set varible 1 into 2".
@#4 While that may be a way to solve it my good sir, it was not the reason it wasnt working. It does work from 1 - 2 and 2 - 3 and so on.