diff --git a/data/magic.mse-game/custom_script b/data/magic.mse-game/custom_script new file mode 100644 index 000000000..b191131cc --- /dev/null +++ b/data/magic.mse-game/custom_script @@ -0,0 +1,2 @@ +## this file won't ever be updated +## you can safely made overwrites to the mse script here \ No newline at end of file diff --git a/data/magic.mse-game/script b/data/magic.mse-game/script index db1b74035..39499b11c 100644 --- a/data/magic.mse-game/script +++ b/data/magic.mse-game/script @@ -5552,3 +5552,8 @@ hash_nest := { ) value }@(key_chain:[], func:hash_update, update:true) + + + +#### load the user overwrites here, doing it in game overwrites this file instead +include file: custom_script \ No newline at end of file