From 800fac9e311d7b817f9303b4a837da60fc54024c Mon Sep 17 00:00:00 2001 From: gumi Date: Sat, 13 Aug 2016 18:02:27 -0400 Subject: add test server help link (opens client-side help) --- npc/commands/debug.txt | 1 + npc/commands/motd.txt | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/npc/commands/debug.txt b/npc/commands/debug.txt index 6f6f7c6a..61088caf 100644 --- a/npc/commands/debug.txt +++ b/npc/commands/debug.txt @@ -145,4 +145,5 @@ OnCall: OnInit: bindatcmd "debug", "@debug::OnCall", 0, 99, 0; + // TODO / FIXME: add a @test command that opens the help window for test-server } diff --git a/npc/commands/motd.txt b/npc/commands/motd.txt index 84b7d1b0..b0bc4ebd 100644 --- a/npc/commands/motd.txt +++ b/npc/commands/motd.txt @@ -172,6 +172,10 @@ OnPCLoginEvent: { displayMOTD; } + if (debug) + { + dispbottom "##7<<##B @@?test-server|" + col(l("Click here for instructions on how to use the test server."),6) + "@@ ##7>>"; + } end; OnInit: -- cgit v1.2.3-60-g2f50