Jump to content
Sign in to follow this  
zeep

Make player movement default walk when starting mission?

Recommended Posts

Trying to get an understanding of scripting in arma2. I've given myself a simple task to have a mission where the player's default movement speed is Walk, instead of Jog.

I'm looking through the various commands on Wiki. At this point i can benefit from some tips if someone is willing to help.

Thanks for any tips!

Share this post


Link to post
Share on other sites

could there be a way to force or simulate a player input?

if so, you could force a double-shift tap....

i wanna know this too... very interesting idea

cheerz

Share this post


Link to post
Share on other sites

I tried a few things but only came up with one thing, if you put:

this setBehaviour "safe";

then the AI starts off in safe mode, as does the player if you put the command in the players initialization box, but for the speed I tried

this setSpeedMode "Limited"

but this didn't seem to work for AI or the player, my best bet is to just use double shift to make yourself walk normally.

Share this post


Link to post
Share on other sites

Speedmode limited will not make them walk slower but will make the group

wait at a waypoint until all groupmembers have closed up into the formation

before the whole group heads on to it's next waypoint.

~S~ CD

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×