View Single Post
Old 08-19-2008, 03:25 PM   #88 (permalink)
KKND
Newbie
 
Join Date: Jun 2008
Posts: 73
Default

using System;
using Server;

namespace Server.Items
{

[Constructable]
public testrobe( int hue ) : base( 0x3FFD, hue )
{
Weight = 0;
Name = "testrobe";
}


}



and runuo writes me what excepted class error..
__________________
Land of Mystery osi style shard.
KKND is offline   Reply With Quote