Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Detah so to understand that line, I need to go to daemon.c and read the create() fun there?

create fun line read understand
0
Posted

Detah so to understand that line, I need to go to daemon.c and read the create() fun there?

0

Cratylus yep Detah ty Cratylus np I know this file is fine. I copied it from another file that works, but it won’t update. This is driving me insane. There are few circumstances under which a properly-coded file will not update: 1) Files placed in /tmp will not update. 2) Verbs placed outside the /verb dir will not update. 3) Dead Souls does not handle files with spaces in the name. 4) If the file you copied from has a relative include (such as #include “./customdefs.h” ) and you copy that to a different directory, the relative include will make the update fail if you don’t have the header file where it expects it. 5) If the file has a SetInventory() that contains broken files or broken filenames or files that do not exist, the update will probably fail in some way. 6) Files in directories that aren’t readable to you won’t update. 7) .h files do not update. 8) Dead Souls is case-sensitive. My_New_Room.c is a different file from my_new_room.c .

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123