True that isn't difficult and I figured that out already and wasn't my original point.
Again, I am aware of available commands, keystrokes and the like. However my familiarity with FSUIPC is simply not on your level and understanding its nuances isn't going to happen overnight.
Ok, now you're being just a bit condescending. I clicked on every imaginable drop down list, tab and button and know what's in front of me. It's putting it to use that I'm having a hard time with. As I've already stated, I am not a programmer and can't digest the example lua files you provided to have them make sense.
I found the appropriate offset (or have I?) as 0BC8. I see that I have to define the function ahead of time (If I read the lua library file correct it's supposed to be function-name(offset, value). The value listed for set is 32768. The event.offset line lists offset (0BC8), type (SW for signed 16 bit word (from offset list showing S16) and the function name (set_brake). Finally the set light command for the GF RP-48)
function set_brake(0BC8, 32768)
event.offset(0BC8, SW, set_brake)
gfd.SetLight (GFRP48, 0, 6)
Obviously this does not work and I'm unable to proceed further without help. A correctly written set on instructions for my original task would go a long way in bettering my understanding of the program and it's uses.
I look forward to your response.
v/r
Chris