You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Window for "MENU" position keeps resetting to left side when menus have 5 or more options.
To Reproduce
Steps to reproduce the behavior:
Create npc with menu (must be with morethan 5 option)
prontera,150,150,5 script Sample Menu#Menu 909,{
mes "[ Long Menu ] ";
mes "Hello World";
switch(select("Menu 1:Menu 2:Menu 3:Menu 4:Menu 5:Menu 6")){
case 1: end;
case 2: end;
case 3: end;
case 4: end;
case 5: end;
case 6: end;
}
}
Play with it
See Result
Expected behavior
Should behave exactly as a menu with only 4 options
Describe the bug
Window for "MENU" position keeps resetting to left side when menus have 5 or more options.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should behave exactly as a menu with only 4 options
Video Recording
2025-06-04_Ragexe_Skylove_patched_uJoIhdGXC5.mp4