ID:2366327
 
(See the best response by MisterPerson.)
twc
i need help the code wont compile


loading TWC.dme
Code\Cronicles.dm:33:error: unable to open .

TWC.dmb - 1 error, 0 warnings (5/2/18 11:02 pm)


Best response
It's literally impossible to help you without knowing what line 33 on Code\Cronicles.dm is. If you double click the error, DM will go directly to it for you.
this is what line 33 is #include <deadron/basecamp>
Do you have the library Deadron.BaseCamp installed? If not, you can install it one of two ways:

1) Go to its page on BYOND and download it: http://www.byond.com/developer/Deadron/BaseCamp

2) In your pager, turn on the Resources tab in preferences if it's not there already, and search for Deadron.BaseCamp, then install it from there.

It's bad form however to include a library from within one of the .dm files. Libraries generally should be included in the main .dme file.