how do u get your companion to draw there weapons when you do i tried scripting it but they still wont my script looks like this what am i doing wrong can someone please help ScriptName MyCompanionQuestScript short Status ;1 = following, 2 = waiting, 3 = sandboxing short DoOnce short Weaponout begin GameMode setplayerteammate 1 if (DoOnce != 1) set Status to 3 set DoOnce to 1 MyCompanionRef.evp endif Endif MyCompanionRef.evp if ( Player.isweaponout == 1 ) MyCompanionRef.evp . Setalert 1 elseif ( Player.isweaponout == 0 && player.IsInCombat == 0 ) MyCompanionRef.Setalert 0 endif END ________