Move the "you.skill55 == 1234" into another if, like this:
Code:

if(you != null)
{
if(you.skill55 == 1234)
{ }
}