• 0

    posted a message on Macro / Keybind Mod

    I have been trouble with the if/else/endif statements... they seem to not be aligning correctly. For example, this:


    #stack = 64

    IF (#stack==64)

    LOG(ABC)

    ELSE

    LOG(XYZ)

    ENDIF


    Prints out both ABC and XYZ. What am I doing wrong?

    Posted in: Minecraft Mods
  • To post a comment, please .