diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/017-1/misc.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/017-1/misc.txt b/npc/017-1/misc.txt index 3ac1ef089..c49665201 100644 --- a/npc/017-1/misc.txt +++ b/npc/017-1/misc.txt @@ -237,7 +237,12 @@ OnInit: // Which is a script variable, meaning it will be a really special event. // Side Note: Might as well add a special cap for such situations. 017-1,118,83,0 script Pydisgner#spoints NPC_GUGLI,{ + mesn; + mesq l("Have you came here from Land Of Fire TMWA Server? Do you have the merge points with you?"); + next; + closeclientdialog; openshop; + end; OnInit: .sex = G_OTHER; |