kontiuka Posted December 26, 2016 Posted December 26, 2016 I know this is a very basic question but what is the exact text I would have to enter in the run script box to show a simple message like "hello world" for 10 seconds. I've worked with lua script files before but I can't seem to get anything to work with this run script box.
Chump Posted December 26, 2016 Posted December 26, 2016 https://forums.eagle.ru/showthread.php?t=91074 1
ESAc_matador Posted December 27, 2016 Posted December 27, 2016 trigger.action.outText("hello world",10).
kontiuka Posted December 27, 2016 Author Posted December 27, 2016 (edited) trigger.action.outText("hello world",10).ok. thanks. I tried just that when the group reached its waypoint but nothing happened. Possible it's bugged? EDIT: I had a hold task before it which it didn't seem to like. I moved the hold task to the second position in the list and everything seemed to work. Still seems like a bug though. Edited December 27, 2016 by kontiuka
ESAc_matador Posted December 27, 2016 Posted December 27, 2016 Let me ask yiu, you just want to send a message? Or it is a test for other script?. If it is a message, you have an option for delivering a message in advanced task. Check radio message....
kontiuka Posted December 27, 2016 Author Posted December 27, 2016 The message was just a test for something else.
Recommended Posts