Hi all,
As I said in my previous post, i'm helping a friend with his mud, SWR based.
I've created a little command which allow players to combine items (if they're compatible) to create new stuffs or improve existant ones.
I add the two lines in tables.c, the one in mud.h, my command do_combine is written in combine.c, which is taken by the Makefile to make the combine.o, though I think everything is right.
But the make is whinning about do_combine redefined : once in the beginning of combine.c and the other in mud.h. It says that there's a conflicting types ... (i also try to add gns_combine everywhere i found a gsn_punch, but still the same problem)
I dunno what to do, I'm lost
Thanks (and sorry for my english)
Aiseant
As I said in my previous post, i'm helping a friend with his mud, SWR based.
I've created a little command which allow players to combine items (if they're compatible) to create new stuffs or improve existant ones.
I add the two lines in tables.c, the one in mud.h, my command do_combine is written in combine.c, which is taken by the Makefile to make the combine.o, though I think everything is right.
But the make is whinning about do_combine redefined : once in the beginning of combine.c and the other in mud.h. It says that there's a conflicting types ... (i also try to add gns_combine everywhere i found a gsn_punch, but still the same problem)
I dunno what to do, I'm lost
Thanks (and sorry for my english)
Aiseant