======Remove Entity====== ---- Permanently removes the specified [[entity]] from the [[map]]. ====Signature:==== remove_entity(entity) ^Argument^Description^Type^Required^ |entity|The [[entity]] to remove from the [[map]].|[[Entity]]|Yes| ====Example:==== remove_entity(entity["key_01"]); //Results:// The [[entity]] with an ID of "key_01" is permanently removed from the [[map]]. Use the **Remove Entity** function to remove [[character|characters]] that have exited during a cutscene or as a way for the player to "collect" [[object|objects]] from the scene (i.e. [[item]] pickups). ---- ====Editor Node:==== {{:wiki:remove_entity_node.png?nolink|}} ====Visual Demo:==== {{:wiki:remove_entity_demo.gif?nolink|}} ~~NOTOC~~