Beispieldateien

Ein Trinkglas als Lcontainer

----------



inherit "lcontainer";

#include <properties.h>
#include <lcontainer.h>

void create() 
{
  if (!clonep()) return;
  ::create();
  AddId(({"glas","trinkglas"}), ({"glaeser", "trinkglaeser"}));
  SetProp(P_NAME, "Trinkglas");
  SetProp(P_PLURAL, "Trinkglaeser");
  SetProp(P_LONG, "Das Glas besteht aus feinem duennem Kristall.");
  SetProp(P_WEIGHT, 70);
  SetProp(P_LCNT_MAXCAPA, 220);
  SetProp(P_TRANSPARENT, 1);
  SetProp(P_VALUE, 100);
  SetProp(P_GENDER, NEUTER);
}


Start » Magierhandbuch » Dokumentation » Programmierbeispiele » Trinkglas
Valid HTML 4.01!