various improovements including spreload as an alias, fixed sphelp, proper reload upon script update and probably something else.

This commit is contained in:
Augustus
2026-02-09 18:46:43 +02:00
parent c47149e41d
commit 850023edd8
4 changed files with 13 additions and 9 deletions

View File

@@ -49,4 +49,10 @@ ActualSave; #say {Settings saved!};
#play {@sppath/general/misc/on.wav} @vol;
#say {Updates will now automaticly be applied to your soundpack.};
}
}
#alias {spreload} {
#pc 0 stop;
#reload;
~@sp-restart;
~@sp-version
}