From b55d6d77608403d60a76299600ef75dff504f2dc Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sun, 1 Jul 2018 04:17:07 -0500 Subject: [PATCH] Updated Perl API (markdown) --- Perl-API.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Perl-API.md b/Perl-API.md index 68402ec..cea265e 100644 --- a/Perl-API.md +++ b/Perl-API.md @@ -1373,3 +1373,10 @@ $door->SetX(XPos) $door->SetY(YPos) $door->SetZ(ZPos) ``` + +# Perl Debugging + +* Run the perl file against the perl processor for syntax errors. (e.g. perl ) +* Reload the quest in game. #reloadquest or #rq +* See any recent API errors. #questerrors +* Peek at the zone console and see if any hints appear there. Also look at the zone logfile. \ No newline at end of file