summaryrefslogblamecommitdiff
path: root/npc/025-2/guard.txt
blob: 93839a2a3486a7e4a2bf9edbbe105f9edc99ae3f (plain) (tree)























                                                                                                                                                
// TMW-2 Script.
// Author:
//    Jesusalva
// Notes:
//    Generic Guard from the Alliance

025-2,108,23,0	script	Alliance Guard	NPC_BRGUARD_BOW,{
    .@q=getq(General_Narrator);
    if (.@q >= 21)
        goto L_ShortSummary;
    setpcblock(255, true);
    mesn;
    mesq l("Hey %s, I was informed about your arrival. You are here, good!");
    setpcblock(255, false);
    close;

L_ShortSummary:
    .@open$=l("We have set some stalls which should be useful if you plan into raiding the Impregnable Fortress.");
    .@lock$=l("It is locked but %s should be able to coordinate a raid on it.", $MOST_HEROIC$);
    mesn;
    mesq l("Past this point is the Fortress Island. %s Even so, be careful, the town should not exist.", ($FORTRESS_STATE ? .@open$ : .@lock$));
    close;
}