custom container
Posted: Fri Nov 23, 2007 5:33 am
What if i have to make a custom container 4 example in itemdesc.cfg i have:
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:
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
Code: Select all
container someid
{
name ..
desc ..
graphic ..
gump gumpid
minX
maxX
minY
maxY
script someUseScript
}Code: Select all
SendOpenSpecialContainer( who, item);
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