Here is the line from the XML
SET_SIMVAR : 1 r (>K:2:GLARESHIELD_LIGHTS_SET)
Here is what I put in rpn as a test
50·(>K:2:GLARESHIELD_LIGHTS_SET)
Sending 50 or 100 or 1 did not change the simulation but sending 0 did shut the lights off.
Can you confirm (>K:2:name is correct syntax for indexed event?
Since this is a undocumented K: event do I need to add a type in rpn? I thought types were needed for vars but also for events?