Hello,
I would like to dance IAs in my cantina for a mission on a dedicated server I create, I looked at the thread a bit, but I did not find what I was looking for, I did this for now.
if (!isServer) exitWith {};
0 = [this] spawn
{
sleep 15 ;
this disableAI "ANIM";
_liste_Anim = ["ActsPercMstpSnonWnonDnon_DancingStefan "];
_anime = selectrandom _liste_Anim;
[_this select 0,_anime] remoteExec ["switchmove",0,true];
};
But nothing happens.
I tried to name my AI, there is a very small start of animation but it stops, and it resume the standing position without moving. I tried on me, and the animation works. Someone would have an idea to apply this animation on an AI so that it dances without stopping?