======Attach Effect====== ---- (WIP) Attaches an [[effect]] to an [[entity]] at the specified [[attach_points|attach point]]. ====Signature:==== attach_effect(effect_name, entity, attach_point_id) ^Argument^Description^Type^Required^ |effect_name| |[[String]]|Yes| |entity| |[[Entity]]|Yes| |attach_point_id| |[[String]]|Yes| ====Example:==== attach_effect("flame", entity["torch_01"], "torch_top"); //Results:// Use the **Attach Effect** function to... ---- ====Editor Node:==== {{:attach_effect_node.png?nolink|}} ~~NOTOC~~