diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-18 23:50:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-18 23:50:23 -0300 |
commit | 368032bbabf66743bff79aa01260c5ec0e3866dd (patch) | |
tree | 6158dc29a0faff61539c0242c4bfc1e3f71cd29d /npc/005-2-1/note.txt | |
parent | 80e10147ab8a12c336faeb487e9501d8c2c1837f (diff) | |
download | serverdata-368032bbabf66743bff79aa01260c5ec0e3866dd.tar.gz serverdata-368032bbabf66743bff79aa01260c5ec0e3866dd.tar.bz2 serverdata-368032bbabf66743bff79aa01260c5ec0e3866dd.tar.xz serverdata-368032bbabf66743bff79aa01260c5ec0e3866dd.zip |
Easter Egg update
Diffstat (limited to 'npc/005-2-1/note.txt')
-rw-r--r-- | npc/005-2-1/note.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/npc/005-2-1/note.txt b/npc/005-2-1/note.txt deleted file mode 100644 index c77c50fb6..000000000 --- a/npc/005-2-1/note.txt +++ /dev/null @@ -1,16 +0,0 @@ -// TMW-2 Script. -// Authors: -// Saulc -// Description: -// A small note - -005-2-1,41,33,0 script Note#saxsocave NPC_PAPER_NOTE,{ - mesc l("I leave this basement that start to be too dangerous!"); - - RegEasterEgg(EE_SAXSO, 5); - close; - -OnInit: - .distance = 2; - end; -} |