I need some little help here. I have a unit, in it's initialisation field
But what I have to write in dance1\2\3.sqf so the action (dance) is activated only for the one, who called it.Code:this addAction ["Dance like a fool!","dance1.sqf",[],1,false,true,"","danceTime"]; this addAction ["Dance like a freak!","dance2.sqf",[],1,false,true,"","danceTime"]; this addAction ["Dance like a nut!","dance3.sqf",[],1,false,true,"","danceTime"];
and is that possible to create 1 dance.sqf with 3 lines (3 different dances) -Code:??? playMove "ActsPercMstpSnonWnonDnon_DancingDuoIvan";
and what shall I write in initialisation field of the unit then?Code:playMove "ActsPercMstpSnonWnonDnon_DancingDuoIvan"; playMove "ActsPercMstpSnonWnonDnon_DancingDuoStefan" playMove "ActsPercMstpSnonWnonDnon_DancingStefan"
HOME




Foxhound
