diff options
author | Reid <reidyaro@gmail.com> | 2012-08-22 00:06:15 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-08-22 00:06:15 +0200 |
commit | 7018715a0d91e14282f436f7864b560991f938e1 (patch) | |
tree | f30c1533ae2c73fc5569fa6d453574ade9527755 | |
parent | 5eb4e274c943117a1dbf383b9473cc30f8106c4f (diff) | |
download | serverdata-7018715a0d91e14282f436f7864b560991f938e1.tar.gz serverdata-7018715a0d91e14282f436f7864b560991f938e1.tar.bz2 serverdata-7018715a0d91e14282f436f7864b560991f938e1.tar.xz serverdata-7018715a0d91e14282f436f7864b560991f938e1.zip |
Place empty gugli script on 000-1.
-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; + +} |