ScriptSpot

Forum topic · General Scripting

in the MAXScript editor, the color coding disappears

By Any · 2018-12-15

Description

Good day.

Another strange feature.

Write the following code in the editor
____________________________________________________

ModObj = $Modified_Shapes/* as array
ini = abs (in coordsys $CameraProject ModObj[1].pos.z)
for i = 2 to ModObj.count do
_______________________________________________________

The color coding of the code disappears after the symbol /*.

And to read further the text code very awkward.
Can someone tell me how to bypass this error

Comments (4)

Any · 2018-12-15

Sorry I'm using a dark scheme in the editor, so I'll write it to the Creator

`

pixamoon · 2018-12-20

Hi, Can you post a screenshot ?

Any · 2018-12-20

Just like this...

Attachments

.

jahman · 2018-12-20

there's nothing wrong on your screenshot
/* is a comment opening :)))