[Vym-forum] need help with batch script
Brought to you by:
insilmaril
|
From: Markus <123...@gm...> - 2024-12-15 16:44:02
|
In the script editor i run the following script:
exportASCII('test', false);
it gives the following error message:
Error Level: 'Aborted' Command: 'exportASCII' Description: 'Parameter 1
has wrong type'
Also, i tried the example in the script editor:
vym.clearConsole();
map = vym.currentMap();
map.exportMap("Image","export-test.png","PNG"); // Last parameter is
optional
and it gives error: unknown command.
What am i doing wrong? Thank you in advance for your help.
|