Hello.
I am a novice to Vavoom and currently trying to learn how to use it. Earlier I built a small mod on JHexen and now I want to rewrite it on Vavoom C. But I meet a lot of problems here. Most irritating, ofcourse, is that some functions are not present or misplaced.
Thus, at first, i wish to ask, where is located a function, that checks for intermission message skipping? (In JHexen source it was called CheckForSkip) I've edited JHexen source so it allowed to have multipaged cluster messages. It worked so, that text was written down to the bottom of the screen, then it waited for clicking 'Fire' button, and continued to write text from the top of the screen; also I left possibility to press 'Use' button to skip whole intermission at once. To do this properly I need to change code in function that detects buttons pressing (mentioned above).
At second, I need to know if there is any variable, macro or function, that let me get screen parameters (width and height).
And also, I wonder, why there is not implemented some function for string class that could allow extracting substring? The only way to do such procedure, as I found out, it is copying string fraction char by char thru using loop.
Thanks.

