Last active
June 25, 2022 22:21
-
-
Save mrowrpurr/c3e110253e12d2345d454ebeca4d7527 to your computer and use it in GitHub Desktop.
Not working :(
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
#include "../headers/define.h" | |
#define NAME "gl_mymod" | |
#include "../headers/command.h" | |
procedure start; | |
procedure start begin | |
if (game_loaded) then begin | |
variable file; | |
file := fs_copy("art\\critters\\MY_IDLE.frm", "art\\critters\\HFPRIMAA.frm"); | |
display_msg("Swapped frm"); | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment