On a side note. I just verified today that you can install and run the RPG City Map Generator on Windows 7 32 or 64 bit just fine. Just make sure you DO NOT install it into the Program Files folder, choose a different path.
Also I verified that…
Hi,
I'm the one that wrote the RPG City Map importer. One thing that I had noticed in the past is anyone using Windows from a region OTHER than the US would get very strange results using this importer due to VBScript handling decimal values using…
I also had an issue with this and found a solution (though kinda ugly) to deal with it.
you can do something like this.
for(i=1;i<=25;i++)
{
skillstr = eval('Skill' + i);
rankstr = eval('Rank' + i);
modstr = eval('Mod' + i);
…