I experimented with the SUBTITLES SEXP to simulate computer displays.
The problem is : When you show something, you do not really know WHEN to stop showing it, so you have to find a walkaround for "display time"
This is quite a tricky thing to implement.
I am using a EVERY TIME condition and need to know the refresh rate of that sexp.
For example : If this trigger is checked 25 times a second, I would use a display time of 1000/25 = 40 milliseconds for simulated HUD stuff shown with SHOW SUBTITLE.
Since I use show SUBTITLE to display a great deal of grafics onscreen, I would like to have the SEXP augmented. Who can I beg for ?