ScriptSpot

Forum topic · General Scripting

Checkmark Character

By JokerMartini · 2010-12-06

Description

If possible, how can one type a checkmark (like the checkmark in a checkbox) in maxscript as a character in a label?

Comments (1)

Swordslayer · 2010-12-07

There's no simple way. AFAIK in maxscript only it's not possible provided the character is not in the 1-255 range charset (depends on local settings as well). You can do it via .NET using either wingdings or some unicode font and getting sure it exists on the target computer, but eitherway it's not worth the effort.