ok I have found the answer for all of you who are having trouble getting commands to go into the FUSS code bases... I have not seen the answer to this question on Gammon at all so here is a possible solution!!!!
IF YOUR COMMAND YOU ARE TRYING TO ADD HAS THE FOLLOWING IN THE FUNCTION LINE: , char *argument ) CHANGE IT TO THIS , const char *argument)
As much as i would like to take credit for this solution i cannot. I found this solution at the following website
I am upgrading my mud to SWRFUSS and I am having an issue installing new commands. I put in a changes command snippet, compiled the server, hotbooted, and when i try to make the command in the game this is what i get
Log: Koumintang: cedit addchange code do_addchange
Log: [*****] BUG: Error locating do_addchange in symbol table. swreality: undefined symbol: do_addchange
Code not found.
Am i forgetting to put something in? I'm new to the FUSS code, but i have but i have been working with SWR for a about 6 years now.
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.