summaryrefslogblamecommitdiff
path: root/npc/032-1/episode.txt
blob: 9fa353b7d97dc75f8097656136ca23eee99c4804 (plain) (tree)
























                                                        
// TMW2 scripts.
// Authors:
//    Jesusalva
// Description:
//    Part of the Doctor's Quest.

032-1,58,129,0	script	Elli	NPC_ELLI,{
    npctalk3 l("Hi.");
    end;

OnInit:
    .distance=5;
    end;
}

032-1,59,126,0	script	#InnerEP	NPC_HIDDEN,0,0,{
    end;
OnTouch:
    if (is_master())
        slide 52, 127;
    else
        dispbottom l("This door is locked.");
    end;
}