Hello again, What is the correct way of putting this as a tooltip?
1114774, ~1_VAL~<br>~2_VAL~<br>~3_VAL~
// AddTooltip( 1114774,"text val1<br>\"text val2\"<br>text val3 \"blabla\"." );
AddTooltip( 1114774, {0} <br> {1} <br> {2},"text1", "\"test2\"", "text3 \"blabla\"." );
Thanks in...