add help-command & eddit ahelp

This commit is contained in:
michael.reiswich
2021-01-19 13:20:44 +01:00
parent f18c47c530
commit eb801fce1a
15 changed files with 414 additions and 74 deletions

View File

@@ -19,7 +19,7 @@ export default function Introduction(globalData: IGlobalData): void {
}
else if (!globalData.InInput) {
globalData.InInput = true;
IntroductionBrowser = mp.browsers.new('package://assets/html/Introduction/Introduciton.html');
IntroductionBrowser = mp.browsers.new('package://assets/html/Introduction/Introduction.html');
mp.gui.chat.activate(false);
mp.gui.cursor.show(true, true);