void main() { object oEnter = GetEnteringObject(); if(GetTag(oEnter) == "CaptainWessels") { SetLocalInt(oEnter,"SeeStairs",TRUE); AssignCommand(oEnter, ActionPlayAnimation(ANIMATION_FIREFORGET_VICTORY1, 1.0, 2.0)); AssignCommand(oEnter,ClearAllActions()); } }