Set Mes Win Line

Signature

void setmeswinline(int windowId, int lines); //id:0x0474

Description

Used before functions like A Ask 1FF to set the maximum number of lines of the next opened window with the type Combat Log or System Window (Blue Border).

If the actual number of lines is lower than the maximum, the window will become scrollable.

Arguments

Window Identifier

The window the dialogue will be displayed in.

There are a total of 8 windows (0 -> 7) that can be used to simultaneously display several dialogues, shapes (textures), etc. at the same time.

If a value of -1 is passed, it will be changed to 0.

If the window is already used before calling this function, nothing will change.

Lines

The maximum number of lines the window will have.

Last updated