Author Topic: Event Dropdown List  (Read 542 times)

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: [Select]
registerOutputEvent(Player,SetInventory,"datablock ItemData\tint 1 5 1",1);

Bump.
This is so that I can show the whole hat list in an event.

registerOutputEvent("Player", "addItem", "datablock ItemData", 1);

registerOutputEvent("Player", "addItem", "datablock ItemData", 1);


But how would I do that with the hat list?

Turns out there isn't a good way to do this, so just going to make a textbox for it.