Page MenuHomeFeedback Tracker

hintC displaying incorrectly
New, NormalPublic

Description

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.

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

Fitz23 created this task.Mar 17 2017, 5:33 PM
Fitz23 renamed this task from hintC functioning irregularly to hintC displaying incorrectly.Mar 17 2017, 5:37 PM
Mathis added a subscriber: Mathis.EditedMar 18 2017, 7:58 PM

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

@Killzone_Kid hi

Will you can help with this ticket?

This is no longer an issue.