the problem in your project is that you didn’t call your GuideScaleform.as correctly… the class is GUIDESCALEFORM so your .as file must be called GUIDESCALEFORM.as, once that is done… you’ll have some compilation errors about missing properties inh BaseScriptUI… simply add them like this
and voilà!

