#pragma strict_types
inherit "obj/treasure";
void create()
{
::create();
set_name("junk");
set_alias( "piece of junk");
set_short("a piece of junk");
set_long("This is a generic piece of junk.");
set_value(0);
}
Well it�s not the most wonderful piece of code out there, but you can at least see what it looks like
Copyright © 2000 HgK