What if i have to make a custom container 4 example in itemdesc.cfg i have:
Code:
container someid
{
name ..
desc ..
graphic ..
gump gumpid
minX
maxX
minY
maxY
script someUseScript
}
And in someUseScript i would like to have couple of options, i've made a gump with them, player is choosing one of them which is:
Code:
SendOpenSpecialContainer( who, item);
and.. nothing is happening.
Can somebody help me?
I would like to add that the graphic of the item doesn't look like a container, it's a wall item
