Morts 0 Posted November 8, 2010 Hiya guys, just a quick question. I'm trying a script that will make a man go prone when the addaction is used. Script: _hvt = _this select 0; [_hvt] setunitPos "low" Init: act = this addaction ["GetDown!","down.sqf"] Unfortunately, this doesn't work, anyone have any ideas. Help much appreciated :) Share this post Link to post Share on other sites
ArmAriffic 10 Posted November 8, 2010 try setunitpos "DOWN" Share this post Link to post Share on other sites
Morts 0 Posted November 8, 2010 Ah okay, I see where i'm wrong there, but also, I didn't mention that the addaction isn't working, but thanks for pointing that out too :P Share this post Link to post Share on other sites
st_dux 26 Posted November 8, 2010 setUnitPos takes an object, not an array. Take _hvt out of brackets. Share this post Link to post Share on other sites