Hi all..
i need some of your help guys.
i want to figure out how to check if the map is open, any ideas on how it can be done ?
_NR=X????
While {alive player} do
{
WaitUntil {!IsNull (FindDisplay _NR)};
Hint "Map Dialog is open";
WaitUntil {IsNull (FindDisplay _NR)};
Hint "Map Dialog is closed";
};
i have tried many idc's but it wount work
so im thinking is it because the RscMapControl and,or RscDisplayMainMap has access = 0?
or am i just missing some basic commands here.