void main()
{
    ActionPauseConversation();
    SetLocalInt(OBJECT_SELF, "NOT_ABORTED", TRUE);
    ActionResumeConversation();
    DelayCommand(0.1, DeleteLocalInt(OBJECT_SELF,"NOT_ABORTED"));
}