======Equip Item====== ---- (WIP) Equips an [[item]] to the specified slot of a [[character|character's]] equipment. If the [[item]] is stackable, the optional "count" parameter can be provided to equip more than one into the slot. Note that the [[character]] must first have the [[item]] in their [[inventory]] in order for this function to work. ====Signature:==== equip_item(character, slot_id, item_id, count) ^Argument^Description^Type^Required^ |character| |[[Entity]]|Yes| |slot_id| |[[String]]|Yes| |item_id| |[[String]]|Yes| |count| |[[Number]]|No| ====Example:==== //Results:// Use the **Equip Item** function to... ---- ====Editor Node:==== {{:equip_item_node.png?nolink|}} ~~NOTOC~~