wayscript / feedback

We would love to hear from you!
8 stars 1 forks source link

WayScript Bug Report #22

Closed sigmet closed 2 years ago

sigmet commented 3 years ago

Describe the bug Passings args to a function on a different script fails.

To Reproduce Steps to reproduce the behavior:

  1. Create two scripts (a and b). B as an input field.
  2. Invoke B.main from A.Main with struct as an arg.
  3. Script B.main invokes normally but without args
  4. Bug is reproduced

Expected behavior B.main should invoke with args (data type: struct) in variables dict.

jeffbuswell commented 2 years ago

Closing stale WayScript Viz issues