I loged some values from the Funky-Tree API. Each line is a property/the value of a property of the resizable wheels. The only difference between the wheels is the maxTurningAngle and the name (1Wheel to 10Wheel). The expected outcome would be, that the values match the values of the wheels (like EnableSuspension to be a boolean with value true). This is obviously not the case.
The error at the top is the result of trying to log a Funky-Tree output directly (without saving it to a variable and loading it from that variable (log letters 0 to 4 of funky 2Wheel.ResizableWheel.Data.MaxRpm)). But that might not be connected to this bug.
This craft was used to replicate the bug.

Bug Rejected Found in 0.9.916.0
Sandbox View

1 Comment

  • Log in to leave a comment
  • Profile image

    It appears the problem is in your program. The join should happen before the call to FUNK. Right now it is doing:
    join (i, FUNK("Wheel.ResizableWheel.Data.DataEnableSuspension"))
    but it should be
    FUNK(join("Wheel", i, ".ResizableWheel.Data.DataEnableSuspension"))

    +1 1.7 years ago

No Upvotes

Log in in to upvote this post.