[DGD]One last question....

Adam Levenstein che at worker.com
Sat Jan 9 02:01:31 CET 1999


I hate to bother you guys again, but it's been a while since I wizzed a
lp/2.4.5 mud. I'm trying to create a weapon here, but for some reason it
won't let me wield it. I *know* I'm doing something stupid, but what?

Here's the weapon object (I like to keep my monsters and weapons in files,
rather than include them as part of a room):

inherit "/obj/weapon.c";

init() {
set_name("Club");
set_class(5);
set_alias("club");
set_alt_name("club");
set_value(20);
set_weight(1);
}


List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list