Setting the angles of item_teamflag

T

The Asylum

So it's like this:

I have an item_teamflag (the briefcase) and I have it's angles at -90 0 0, so it's on it's sides instead of lying down. What I want to be able to do is have it set itself at 0 0 0 (the default angles) when a player drops it. Nothing is working. So far I've tried:

OnDrop
blu_intel
Setangles
0 0 0

OnDrop
blu_intel
angles
0 0 0

Halp pls