summaryrefslogblamecommitdiff
path: root/npc/001-1/treasure.txt
blob: f4a27c694683afb7785c2969c57aebd52f070f8e (plain) (tree)




















                                                               
// Evol scripts.
// Author:
//    Travolta
// Description:
//    Treasure on Artis shore.
// Variables:
//    none


001-1,67,134,0	script	#ArtisShoreTreasure	NPC_NO_SPRITE,{
    narrator
        l("You see a red cross on the ground."),
        l("Does it mean there is a hidden treasure?"),
        l("If only you had a shovel...");
    close;

OnInit:
    .sex = G_OTHER;
    .distance = 1;
    end;
}