Skip to content

Instantly share code, notes, and snippets.

@attic-stuff
Created January 17, 2025 18:23
Show Gist options
  • Select an option

  • Save attic-stuff/2085fc609f0f4f15d7ffb85c8234822c to your computer and use it in GitHub Desktop.

Select an option

Save attic-stuff/2085fc609f0f4f15d7ffb85c8234822c to your computer and use it in GitHub Desktop.
copies the path of the runner and game wad to the clipboard to use when u wanna open a second version of the game
function copy_game_path() {
clipboard_set_text($"{parameter_string(0)} -game {parameter_string(2)}");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment