//Doesn't work
createDialog "html_issue_dialog"; ((findDisplay 70000) displayCtrl 71000) htmlLoad "html\changelog.html"
createDialog "html_issue_dialog"; ((findDisplay 70000) displayCtrl 71000) htmlLoad "\html\changelog.html"
//Works
createDialog "html_issue_dialog"; ((findDisplay 70000) displayCtrl 71000) htmlLoad "https://community.bistudio.com"
//Works with filepatching enabled
createDialog "html_issue_dialog"; ((findDisplay 70000) displayCtrl 71000) htmlLoad "html\changelog.html"