Heightmap [script]

 From:  Michael Gibson
7547.23 In reply to 7547.22 
Hi raytownmike,

re:
> Is that code all that would be in line 7?

Yup, the current code on line 7 in the file _Heightmap.js looks like this:

code:
	var dlm = moi.filesystem.getPathDelimiter();


If you change that to be what I wrote above, like this:

code:
	var dlm = '\\';


Then after that it should work on the Mac. You need to open the file _Heightmap.js in TextEdit.app and edit the 7th line from the top of the file.

- Michael