Solved
Forum Discussion
Bobik
6 years agoFrequent Contributor
You can't run function with parameters by 'Run this routine' action.
Try to create an additional function to run need test manually from the script.
teleport_debug()
{
teleport("myTestItem")
}
mgreen
6 years agoContributor
It appears I can run the routine when I'm on the Test items page, and if I make a keyword test with params then convert it to script mode it looks just like what I'm trying to do above.. so I'm not entirely sure.
Are you saying that I can achieve what I'm trying to do by making the params in a function INSIDE of a parent function?