The fatal error seems to only occur when the "#THREAD "testthread" {#VA optimaltaskpath @findoptimal(,@taskvnums)}" command is linked to a trigger (which also generates the @taskvnums values, but in a ...
My current project is taking a large list of vnums (between 10 - 35) and sorting them by the most optimal path (least amount of moves between each) possible. I use three functions:
// @fi ...
I've got a script for capturing inventory information. It uses #T+ and #T- to toggle a (*) catchall trigger between the tags {inv} and {/inv}. When I put this script in an external package, the #T+ an ...