diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-25 01:23:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-25 01:23:37 -0300 |
commit | 07fb34f601fd339dc59f7be91968db075116232d (patch) | |
tree | 299371c8f500b0dcbaeac5bf6a02d8eaf4c968b9 /npc/003-9/scripted.txt | |
parent | 805460635a9e2f57acaca8498eb8ffdb51493c10 (diff) | |
download | serverdata-07fb34f601fd339dc59f7be91968db075116232d.tar.gz serverdata-07fb34f601fd339dc59f7be91968db075116232d.tar.bz2 serverdata-07fb34f601fd339dc59f7be91968db075116232d.tar.xz serverdata-07fb34f601fd339dc59f7be91968db075116232d.zip |
Tulimshar Inn
Diffstat (limited to 'npc/003-9/scripted.txt')
-rw-r--r-- | npc/003-9/scripted.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/003-9/scripted.txt b/npc/003-9/scripted.txt new file mode 100644 index 000000000..3e5f6f970 --- /dev/null +++ b/npc/003-9/scripted.txt @@ -0,0 +1,16 @@ +// TMW2 scripts. +// Author: +// Jesusalva +// Description: +// Scripted functions (Lua) + +003-9,58,121,0 script #TInnClockPassage NPC_NO_SPRITE,{ + dispbottom l("If I only could find another way in..."); + close; + +OnInit: + .sex = G_OTHER; + .distance = 3; + end; +} + |