8 lines
116 B
Plaintext
8 lines
116 B
Plaintext
//dye item = inventory slot chest
|
|
void main()
|
|
{
|
|
SetLocalInt(GetPCSpeaker(), "iSlot", INVENTORY_SLOT_CLOAK);
|
|
|
|
}
|
|
|