6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
//dye item = inventory slot head
|
|
void main()
|
|
{
|
|
SetLocalInt(GetPCSpeaker(), "iSlot", INVENTORY_SLOT_HEAD);
|
|
}
|