Michael

Calling visibleMaps

1 post in this topic

Hi guys,

I hope this is a simple scripting question.  In my mission pbo i have an init.sqf.  Inside that I run a script by calling the following:

 [] execVM "addons\test.sqf";

Here is the script

 

while {true} do {
    sleep 1;
   diag_log visibleMap;
};

When I look at the log file, all I see is false getting printed every second, even when I open the map.

 

What am I doing wrong?

 

Thanks for the help.  This is driving me crazy.

 

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.