diff options
Diffstat (limited to 'npc/003-2/lua.txt')
-rw-r--r-- | npc/003-2/lua.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index 10657b5b6..2cbbbe504 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -133,7 +133,8 @@ L_Info: mesq l("Of course, give me just a minute to look up for your data, @@.", strcharinfo(0)); next; mesn; - mesq l("You can explore the city on the meanwhile, I need to inspect the data."); + mesq l("Please wait here on the meanwhile. Try asking Estard about parties, or talk to Eistein."); + //mesq l("You can explore the city on the meanwhile, I need to inspect the data."); if (!@lua_init) { @lua_init=1; addtimer(rand(55000,65000),"Lua#003-2::OnLuaInfo"); |