Skip to content

Instantly share code, notes, and snippets.

@mrowrpurr
Last active June 25, 2022 22:21
Show Gist options
  • Save mrowrpurr/c3e110253e12d2345d454ebeca4d7527 to your computer and use it in GitHub Desktop.
Save mrowrpurr/c3e110253e12d2345d454ebeca4d7527 to your computer and use it in GitHub Desktop.
Not working :(
#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