summaryrefslogblamecommitdiff
path: root/world/map/npc/001-1/stat_reset.txt
blob: 78835d1a61d226e96e55b24367391f770db191d6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

  
                                  
 
                             

                         



                     
 
//

001-1,117,105,0|script|Malivox|103
{
    set @npcname$, "Malivox";
    callfunc "StatReset";
    close;

OnInit:
    set .IS_MAGIC, 1;
    end;
}