7 lines
115 B
Plaintext
7 lines
115 B
Plaintext
|
//dye item = inventory slot chest
|
||
|
void main()
|
||
|
{
|
||
|
SetLocalInt(GetPCSpeaker(), "iSlot", INVENTORY_SLOT_CHEST);
|
||
|
|
||
|
}
|