Blockland Forums > Modification Help
Event Dropdown List
Pages: (1/1)
Munkey:
How would I make a drop down list in an output event other than doing the normal "list this 0 that 1"?
Like how you do setInventory:
--- Code: ---registerOutputEvent(Player,SetInventory,"datablock ItemData\tint 1 5 1",1);
--- End code ---
Munkey:
Bump.
This is so that I can show the whole hat list in an event.
DrenDran:
registerOutputEvent("Player", "addItem", "datablock ItemData", 1);
Munkey:
--- Quote from: DrenDran on September 18, 2011, 01:22:38 PM ---registerOutputEvent("Player", "addItem", "datablock ItemData", 1);
--- End quote ---
But how would I do that with the hat list?
Munkey:
Turns out there isn't a good way to do this, so just going to make a textbox for it.
Pages: (1/1)