Yvan Major
Member
Hi again,
I tried to replace the Trash - Cleanup Britannia container gump because its a barrel with the backpack gump but this line make it just unopenable anyone could point me in the good direction ?
I tried to replace the Trash - Cleanup Britannia container gump because its a barrel with the backpack gump but this line make it just unopenable anyone could point me in the good direction ?
Code:
[Constructable]
public CleanupTrashBarrel()
: base(0x44F2)
{
this.Hue = 2500;
this.Movable = false;
this.Name = "Trash - Keep Britannia Clean";
this.m_Cleanup = new List<CleanupArray>();
this.GumpID = 62;
}