======Set Character Name====== ---- Changes the name of the specified [[character]] (i.e. the name displayed when speaking during [[dialogue]]). ====Signature:==== set_character_name(entity_id, name) ^Argument^Description^Type^Required^ |entity_id|[[Entity]] ID of the [[character]].|[[String]]|Yes| |name|New name for the [[character]].|[[String]]|Yes| ====Example:==== set_character_name("red_slime", "Bob"); //Results:// The red slime's name will be displayed as "Bob" within any [[dialogue]] going forward. Use the **Set Character Name** function to change an [[NPC|NPC's]] displayed name to something more specific or less formal after becoming acquainted with the player. ---- ====Editor Node:==== {{:wiki:set_character_name_node.png?nolink|}} ====Visual Demo:==== {{:wiki:set_character_name_demo.gif?nolink|}} ~~NOTOC~~