Thomas Helzle
Keymaster
  • Posts: 23

Hey metric,

I guess you found this page already?
http://www.uvi.net/uviscript/

That is the complete documentation of the language and some examples.
Also, you can open all the script processor files that come with Falcon.
And finally there is a collection of scripts called “Punch!” by Louis Coucka which you can dissect.
http://louiscouka.com/software.html
He has a delay-script which should give you the needed idea to work from…

I found the Lua-Editor “ZeroBrane” very nice to work with – it’s even written in Lua:
https://studio.zerobrane.com/

But any text editor will do, most other programming editors have Lua support too (Sublime Text, Komodo Edit, Notepad++ etc.).

Let me know if you need more specific help.

Cheers,

Tom