StartTestMapWithMode request
Posted: 04 Oct 2013, 13:36
I'm working on a mode and therefore also on a maptype.
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:
But there is a problem if the mode does not exist.
Thanks if you can do that
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
