//HERE IS IT HTE PROBLEM KOMBINATION
///////////////////////////////////////////////////////////////
//left1 &right1
if(slot_active_p2==1&&slotchange_var_p2==1&&slot1_lefthand_used_p2==1&&slot1_righthand_used_p2==1)
{
ent_bonereset_branch(my,"arm_up_left");
ent_bonereset_branch(my,"arm_up_right");
//TAKE
//NOTE: PICKUP and Take animation is the same
if(take_left_anim<100)
{
ent_animate(my,"t_leftehw_h",take_left_anim, ANM_ADD);
ent_animate(my,"t_rightehw_h",take_left_anim, ANM_ADD);
ent_animate(my,"t_leftehw_h",take_left_anim, ANM_ADD);
ent_animate(my,"t_rightehw_h",take_left_anim, ANM_ADD); ???
take_left_anim - für den rechten Arm?