if ($gameActors.actor(1).isStateAffected(1))
{
alert("你现在处于这个状态");
}
else {
alert("你现在并没有处于这个状态");
}