Skip to content

Coder Tips

UndeadNappist edited this page Jul 22, 2022 · 2 revisions

Do your research first.

Test often.

You can apply the line mudlog("insert message here", NULL, LOG_MISCLOG, TRUE); to anywhere in your if-statements to check to see where in the logic your new function or action is crashing.

Clone this wiki locally