Search results

  1. Paperdoll gumpid override

    @Safera Also if I understand correctly what you asked earlier about deleting your Pack, the simplist way to delete your Pack and Get a New one is the following. // code to remove default backpack and create a new one. Container pack = this.Backpack; if ( pack != null ) pack.Delete(); pack...
  2. Paperdoll gumpid override

    Try Setting the Layer in your constructable: [Constructable] public Pack () { Weight = 2.0; Name = "Pack"; Layer = Layer.Backpack; ItemID = 50403; } roadmaster
Back