summaryrefslogblamecommitdiff
path: root/npc/items/oldbook.txt
blob: 8389fb030054a9293b93b355f45b2492b698c3a9 (plain) (tree)
1
2
3
4
5
                
          

               
                         


















                                           
 
// Evol scripts.
// Author:
//    Reid
// Description:
//    Reads the Old Book.

000-2-1.gat,0,0,1	script	OldBook	0,{

OnUse:
    getitem 514, 1, 1;
    mesn "Narrator";

    mes col(l("."), 9);
    next;
    mes col(l("."), 9);
    next;
    mes col(l("."), 9);
    next;
    mes col(l("."), 9);
    next;
    mes col(l("."), 9);

    close;

}