# GuiScriptSetIp Set the current line in the script view. ```c++ void GuiScriptSetIp(int line); ``` ## Parameters `line` The line number of the new current line. ## Return Value This function does not return a value. ## Example ```c++ GuiScriptSetIp(0); ``` ## Related functions - List of related functions