When using hintC alternative syntax (title hintC [content1, content2, ...]), it is incorrectly displayed. The 'Continue' button also cannot be pressed. You can only close the display by pressing the 'Escape' key.
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- Scripting
Steps To Reproduce
Execute the following in the debug console:
[] spawn {sleep 0.5; "Title" hintC ["line 1", "line 2", "line 3"]};
Event Timeline
Comment Actions
Same problem here
"Instructions" hintC [ "Press W to move forward.", "Press S to move backwards.", "Use the mouse to turn right or left.", "Press V for weapon sights." ];
Does not show up correctly either