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

           


                                                         
 
                                                    
 





                                                                                    
                                                                                                                  
                                                           
         
                                                                                             
          


                  
                  


        
// TMW2 Scripts.
// Author:
//    Saulc
//    Jesusalva
// Description:
//    Constable Perry invites players to the TMW2 Project

003-1,47,75,0	script	Constable Perry	NPC_MOUBOO,{

//hello;
    mesn;
    mesq l("Hello there! I am a constable. I keep law and order here.");
    next;
    mesq l("Yes, I am a mouboo. Why? Can't a mouboo be a law and order enforcer?!");
    next;
    mesq l("Anyway, you can check our [@@https://gitlab.com/TMW2/Docs/wikis/home|Wiki@@] to find awesome stuff!");
    mes col(l("(To see the rules, use ##B@rules##b.)"), 9);
    next;
    mesq l("You can even join the project there. Contributors are greatly appreciated! %%N");
    close;

OnInit:
    .sex = G_MALE;
    .distance = 5;
    end;
}