Script Error

 From:  Michael Gibson
6103.2 In reply to 6103.1 
Hi Sharif, that version does not work with v3 because it uses a JScript.dll specific mechanism in it (the new ActiveXObject part).

I thin the newest one is this version here:
http://moi3d.com/forum/index.php?webtag=MOI&msg=3830.59

In that version edit line number 58 in the .htm file to have the full path to the PresetNames.txt file, so it looks like this:

var filename = 'c:\\Program Files (x86)\\MoI 3.0 beta Aug-1-2013\\commands\\PresetNames.txt';


Then that should work I think.

- Michael