I created a new struct in mud.h to hold globally available data that should be the same for all characters, so it must be outside of pc_data. Upon MUD startup, an instance of it should be declared and memory allocated for it.
The problem is, I'm not sure where I should declare it, and I don't seem to be able to find where other structs are created. If you could help me, I'd really appreciate it...this whole thing is giving me a headache.
The problem is, I'm not sure where I should declare it, and I don't seem to be able to find where other structs are created. If you could help me, I'd really appreciate it...this whole thing is giving me a headache.