summaryrefslogblamecommitdiff
path: root/npc/001-1/xilaxa.txt
blob: 76e6702e5f36e7f1c5aac5cfed28d5e98013ee70 (plain) (tree)
1
2
3
4
5
6
7
8





                                          
                                                                    
                                    


            
               

       
                            































                             
// Evol scripts.
// Author:
//    Reid
// Description:
//    Moon, main NPC for the urchin quest.

001-1,52,44,0	script	Xilaxa#001-1	NPC_UKAR_MALE_LEGION_ARTIS,{
    npctalk3 l("You're in my way.");
    close;

OnTimer1000:
    domovestep;

OnInit:
    initpath "move", 57, 82,
             "move", 56, 86,
             "wait", 1, 0,
             "dir", RIGHT, 0,
             "wait", 1, 0,
             "dir", DOWN, 0,
             "wait", 2, 0,
             "dir", LEFT, 0,
             "wait", 1, 0,
             "dir", DOWN, 0,
             "wait", 1, 0,
             "dir", RIGHT, 0,
             "move", 62, 82,
             "dir", UP, 0,
             "move", 62, 82,
             "move", 55, 56,
             "move", 56, 45,
             "move", 54, 43,
             "dir", DOWN, 0,
             "wait", 2, 0,
             "dir", RIGHT, 0,
             "wait", 1, 0,
             "dir", DOWN, 0,
             "wait", 2, 0,
             "dir", LEFT, 0,
             "wait", 1, 0,
             "dir", DOWN, 0,
             "wait", 5, 0,
             "move", 52, 44;

    initialmove;
    initnpctimer;
}