Back to Script Function Reference
The Edit_CLP() function displays the current emulator command line for the user to edit.
Edit_CLP(prompt)
Argument | Required | Description |
---|---|---|
prompt | Yes | The prompt you want to display to the user. Any script environment variables found in text will be replaced by their actual values when the script is executed. |
Edit_CLP(Edit the command line now if you're brave enough!) Edit_CLP(The memory to set for this game is %memory_value%)
The best place to put this function is just before you call the Run_Emulator() or Run_GameFile() functions.