Created
January 17, 2025 18:23
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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