Page MenuHomeFeedback Tracker

Frett
User

Projects

User does not belong to any projects.

User Details

User Since
Mar 8 2015, 9:03 PM (477 w, 2 h)

Recent Activity

May 10 2016

Frett added a comment to T81370: isWalking player; always returns false.

In fact, even your code returns false for me.

But then again it is not really different other than that it would check whether you are walking or not with a 0.1 s interval. Stays false whatever I do.

Are you sure you are testing on the latest dev build?

And of course I know the difference between walking, sprinting and jogging...

I can do the work-around with speed, thanks for the tip. But I found the isWalking condition to be a bit more elegant.

Edit:

Now that I think about it: using 'speed' is much better as it will prevent enemy units from engaging if they walk into you. But still, isWalking isnt working for me, and that is what this report is about.

May 10 2016, 10:28 AM · Arma 3
Frett added a comment to T81370: isWalking player; always returns false.

Syntax is ok. Of course I didn't write it down like in the example.

I reported because it worked before. << (that is: 1.38 non-dev build)

So, the following part of my script did the job but now it doesn't:

if (!isWalking _p) then

				{
					hint format ["FIRING!!!"];
					_p setCaptive false;
					_close doFire _p;
				};

// FYI

_p = player
_close = nearestenemy.

Again, this worked before. So something has changed.

May 10 2016, 10:28 AM · Arma 3
Frett edited Steps To Reproduce on T81370: isWalking player; always returns false.
May 10 2016, 10:28 AM · Arma 3