diff options
-rw-r--r-- | npc/000-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/000-1/gugli.txt | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/npc/000-1/_import.txt b/npc/000-1/_import.txt index b586bd55..556e8e25 100644 --- a/npc/000-1/_import.txt +++ b/npc/000-1/_import.txt @@ -12,3 +12,4 @@ npc: npc/000-1/tarlan.txt npc: npc/000-1/chest.txt npc: npc/000-1/shop.txt npc: npc/000-1/fexil.txt +npc: npc/000-1/gugli.txt diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt new file mode 100644 index 00000000..29ad5618 --- /dev/null +++ b/npc/000-1/gugli.txt @@ -0,0 +1,16 @@ +// Evol scripts. +// Author: +// Reid +// Description: +// Elmo's twin +// Charged of an important quest from Nard. + +000-1.gat,85,108,0,1 script Gugli 313,{ + + mesn; + mesq l("Ciao!"); + next; + + close; + +} |