======Start Battle====== ---- Starts the specified battle. The battle name is case-sensitive. ====Signature:==== start_battle(battle_name) ^Argument^Description^Type^Required^ |battle_name|Name of the battle to start (as defined in the [[Battle Editor]]).|[[String]]|Yes| ====Example:==== start_battle("Slime Ambush"); //Results:// The battle named "Slime Ambush" is started. Use the **Start Battle** function to manually trigger a battle as part of a [[script|scripted]] sequence, for example to force the player to kill some guardians before entering a dungeon. ---- ====Editor Node:==== {{:wiki:start_battle_node.png?nolink|}} ====Visual Demo:==== {{:wiki:start_battle_demo.gif?nolink|}} ~~NOTOC~~