try this:
if((you != null) && (you.skill55==1234))

if that doesn't work, try this:
if(you != null
{
if(you.skill55==1234)
{
//code here
}
}