Geckolib Block animations in an if statement

Started by Derpy101 on

Topic category: Plugins and third-party tools

Last seen on 18:50, 3. May 2024
Joined Apr 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Geckolib Block animations in an if statement

Yo, I have a simple script, some things need to go on during the animation so I have it set its nbt to "playing = 1", in my script if playing = 0 then it runs the animation and does the other stuff. then sets it back to 0. But for some reason it plays the animation anyways, in fact I even right clicked a part that wasn't even in the hitbox and it played the animation without doing the other stuff, (since it wasn't actually hit), does anyone know anything close to how to fix this? I'ma keep doing random tests to see if I can, will update with fix if I do.

Last seen on 18:50, 3. May 2024
Joined Apr 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I figured it out on my very…
Mon, 02/05/2024 - 16:17

I figured it out on my very next test lol, just have another play animation at block x y z procedure block in the same procedure, you can legit have it as [if false] to never play