diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-13 16:11:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-13 16:11:14 -0300 |
commit | ccecef70667d418fe48d15b38fe87429975f7b09 (patch) | |
tree | 9e24a4b2982ed53113e193d0e910655dddd230ad /npc/023-3-1 | |
parent | f79113f8e747a74ad7bdd0f2c65ac83a085559a2 (diff) | |
download | serverdata-ccecef70667d418fe48d15b38fe87429975f7b09.tar.gz serverdata-ccecef70667d418fe48d15b38fe87429975f7b09.tar.bz2 serverdata-ccecef70667d418fe48d15b38fe87429975f7b09.tar.xz serverdata-ccecef70667d418fe48d15b38fe87429975f7b09.zip |
Players will miss the scout, so use a dispbottom
Diffstat (limited to 'npc/023-3-1')
-rw-r--r-- | npc/023-3-1/logic.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/023-3-1/logic.txt b/npc/023-3-1/logic.txt index 8139d8e94..fdb86e649 100644 --- a/npc/023-3-1/logic.txt +++ b/npc/023-3-1/logic.txt @@ -187,6 +187,7 @@ OnE07: unitemote(@SCOUT, E_KITTY); unitstop(@ISBAMUTH); + dispbottom l("Something seems to be happening close to the Throne."); deltimer(.@n$+"::OnW01"); deltimer(.@n$+"::OnW02"); |