-
Notifications
You must be signed in to change notification settings - Fork 33
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.