From 83d56d1a954a41fcac6a93b0e2741e24511bb597 Mon Sep 17 00:00:00 2001 From: jfrickmann Date: Sun, 31 Jan 2021 18:35:22 -0500 Subject: [PATCH] Fixed issue #56 --- part_i_-_script_type_overview/function_scripts.md | 1 - 1 file changed, 1 deletion(-) diff --git a/part_i_-_script_type_overview/function_scripts.md b/part_i_-_script_type_overview/function_scripts.md index 5eeb226..540d5dc 100644 --- a/part_i_-_script_type_overview/function_scripts.md +++ b/part_i_-_script_type_overview/function_scripts.md @@ -57,7 +57,6 @@ return { run=run_func, init=init_func } The script below is an example of customized countdown announcements. Note that the init function determines which version of OpenTX is running and sets the unit parameter for playNumber\(\) accordingly. ```lua -local lstannounce local target local running = false