Attract-Mode Support Forum
Attract-Mode Support => Scripting => Topic started by: jedione on December 05, 2019, 07:26:03 AM
-
was wondering if anyone has a way to show all the filters on screen in text form...
i try this to no avail using index offset
local fill = fe.add_text( "[FilterName]", -200, 800, 700, 200 );
fill.index_offset = 1;
[code]local fill = fe.add_text( "[FilterName]", -200, 800, 700, 200 );
fill.index_offset = 2;
[/code]
thanks for any help...