I always thought the interface was pretty much still unchangeable, but then I came across Fallout of Nevada which has this really cool extension of the interface; how did they do this?
[resolved]
[resolved]
Last edited:
No workaround. I could only solved this with refreshing my interface element as fast as possible with a global script. Also I've changed the original interface graphic and added my custom stuff right into it, so you won't see the graphic refreshing. It was quite hard to get right, though... took me a long time to match the frm colors with the colors from the pcx graphic.
if (get_mouse_buttons == 1 or get_mouse_buttons == 2) and get_window_under_mouse == 2 then begin
etc.