======Unequip Item====== ---- (WIP) Unequips the [[item]] currently in the specified slot of a [[character|character's]] equipment. The [[item]] will be returned to the [[character|character's]] [[inventory]]. ====Signature:==== unequip_item(character, slot_id, count) ^Argument^Description^Type^Required^ |character| |[[Entity]]|Yes| |slot_id| |[[String]]|Yes| |count| |[[Number]]|No| ====Example:==== //Results:// Use the **Unequip Item** function to... ---- ====Editor Node:==== {{:unequip_item_node.png?nolink|}} ~~NOTOC~~