diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-11 17:12:56 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-11 17:12:56 +0100 |
commit | 4ff349e57a5b8efd89fbe3f2e6389b5ccf175c32 (patch) | |
tree | 3ff317500bffe312923b4b48cab779afbf7af220 /npc/003-1/constableperry.txt | |
parent | 817b39ebe3195c231773426b2610c621a8562e28 (diff) | |
parent | 91e35411240fed391bb2a873c8d42e38aef98d01 (diff) | |
download | serverdata-4ff349e57a5b8efd89fbe3f2e6389b5ccf175c32.tar.gz serverdata-4ff349e57a5b8efd89fbe3f2e6389b5ccf175c32.tar.bz2 serverdata-4ff349e57a5b8efd89fbe3f2e6389b5ccf175c32.tar.xz serverdata-4ff349e57a5b8efd89fbe3f2e6389b5ccf175c32.zip |
Merge branch 'master' of gitlab.com:TMW2/serverdata
Diffstat (limited to 'npc/003-1/constableperry.txt')
-rw-r--r-- | npc/003-1/constableperry.txt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/npc/003-1/constableperry.txt b/npc/003-1/constableperry.txt index 64ab70e4d..0490be5e1 100644 --- a/npc/003-1/constableperry.txt +++ b/npc/003-1/constableperry.txt @@ -1,9 +1,22 @@ +// 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; +//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/TheManaWorld_Wiki/wikis/home|Wiki@@] to find awesome stuff!"); + next; + mesq l("You can even join the project there. Contributors are greatly appreciated! %%g"); + close; OnInit: .sex = G_MALE; |