summaryrefslogblamecommitdiff
path: root/npc/003-1/taree.txt
blob: 1aa0593688031afeba6422b4220d34d1836331bf (plain) (tree)
1
2
3
4
5
6
7
8
9
10





                                           



                                                           






                
// TMW2 scripts.
// Authors:
//    Jesusalva
// Description:
//    Mouboo Renting (var MOUBOO_RENTTIME )

003-1,63,31,0	script	Taree	NPC_ELVEN_MAN_MOUBOO_SHOP,{
    MoubooRent();
    closeclientdialog;
    goodbye();
    close;

OnInit:
    .distance=4;
    end;
}