======Change Camera====== ---- (WIP) Changes the [[camera_types|camera]] type. This function is currently limited to switching between Standard and First-Person. ====Signature:==== change_camera(FIRST_PERSON) ^Argument^Description^Type^Required^ |camera_type|Type of [[camera_types|camera]] to switch to (STANDARD or FIRST_PERSON).|[[Camera Type]]|Yes| ====Example:==== change_camera(FIRST_PERSON); //Results:// Use the **Change Camera** function to... ---- ====Editor Node:==== {{:change_camera_node.png?nolink|}} ~~NOTOC~~