While working on the maptype I thought it would be nice to have a button to test with the mode directly, so you don't have to search for the correct one in the list.
That was no problem:
Code: Select all
StartTestMapWithMode("ModeName");
I didn't found a possibility to check if the mode exists. It would help if StartTestMapWithMode returns False if the mode does not exist or cannot be loaded.The procedure StartTestMapWithMode failed to complete : Couldn't load mode script.
Thanks if you can do that
