autoquesting snippet support

Posted by Joeyfogas on Mon 29 Aug 2016 01:53 PM — 2 posts, 13,372 views.

#0
I have been trying to install the snippet found here... http://orcs.biz/mud/code/mudbytes.net/autoquesting.txt


I have been working with this until my fingers are blue.. i figured out some things to get it to compile without error in smaugfuss 1.9 but it simply won't write to the quest directory... does anyone have any suggestions on what I may check for? or has anyone ported this to FUSS?

the ifchecks seem to work, until it starts to check for questcomplete... The quest directory stays empty... i made sure the directory wasn't marked as read only.
Australia Forum Administrator #1
Since we can't see your code you are the only one who can help yourself. I suggest you use the techniques at http://www.gammon.com.au/gdb to put some breakpoints into the code, and the step through to see if the code that you think should be executed is in fact being executed.