summaryrefslogblamecommitdiff
path: root/npc/024-16/generals.txt
blob: 0fa9cfab64d5baef4bfa2e878504d98e2d676ca6 (plain) (tree)























                                                       
// TMW2 scripts.
// Authors:
//    Jesusalva
// Description:
//    Generals

024-16,29,21,0	script	Wizard General	NPC_BLUESABER,{
    hello;
    end;

OnInit:
    .distance=5;
    end;
}

024-16,31,21,0	script	Warrior General	NPC_REDSABER,{
    hello;
    end;

OnInit:
    .distance=5;
    end;
}