Thanks man, got it fixed (as well as many other errors in a similar line) and I think I finally understand the basics of how to use the extension. Great work, by the way.
It's now giving me a different error I have totally no idea what to do with - I know the dialog is responsible for its triggering but, having checked the source code the lines lead to, I don't know how to fix. Any ideas?
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at dialog.core::DialogStyle/tieExtensionsToDialogBox()[C:\Users\cassa\AppData\Roaming\Stencyl\stencylworks\engine-extensions\com.polydes.dialog\src\dialog\core\DialogStyle.hx:47]
at dialog.core::DialogBox()[C:\Users\cassa\AppData\Roaming\Stencyl\stencylworks\engine-extensions\com.polydes.dialog\src\dialog\core\DialogBox.hx:98]
at dialog.core::Dialog$/cbCall()[C:\Users\cassa\AppData\Roaming\Stencyl\stencylworks\engine-extensions\com.polydes.dialog\src\dialog\core\Dialog.hx:155]
at MethodInfo-10507()[C:\Users\cassa\AppData\Roaming\Stencyl\stencylworks\games-generated\star_Born\Source\scripts\SceneEvents_0.hx:95]
at com.stencyl::Engine/update()[C:\Program Files\Stencyl\plaf\haxe\lib\stencyl\1,00\com\stencyl\Engine.hx:2600]
at com.stencyl::Engine/postUpdate()[C:\Program Files\Stencyl\plaf\haxe\lib\stencyl\1,00\com\stencyl\Engine.hx:2839]
at com.stencyl::Engine/onUpdate()[C:\Program Files\Stencyl\plaf\haxe\lib\stencyl\1,00\com\stencyl\Engine.hx:2831]