void main() { object oEnter = GetEnteringObject(); if(GetTag(oEnter) == "Hossel") { SetLocalInt(oEnter,"SeeStairs",TRUE); AssignCommand(oEnter,ClearAllActions()); } }