void main ()
{
    // Set the NPC's state to 90
    SetLocalInt (OBJECT_SELF, "STATE", 90);
}