Hi
@u3dreal
The indentation is a problem in Python
This works:
---------------------------------------------------------------------------
###psor's add
global ExecuteIndigo
ExecuteIndigo = Draw.Toggle("Exec. Indigo", evtNoEvt, 355, 25, 85, 18, ExecuteIndigo.val, "Execute Indigo and render the saved .xml file")
###END
###u3dreal's add
global HaltTime
HaltTime = Draw.Number("Halt Time", evtNoEvt, 450, 25, 150, 18, HaltTime.val, -1, 2000, "Set the Halttime")
###END u3dreal
----------------------------------------------------------------------------
I removed a tabulation on your 2 lines, global must be vertically aligned
I can not show this in HTML
Regards, Phil