diff --git a/scripts/__ChatterboxClassLine/__ChatterboxClassLine.gml b/scripts/__ChatterboxClassLine/__ChatterboxClassLine.gml index 4565e6e..4a54b68 100644 --- a/scripts/__ChatterboxClassLine/__ChatterboxClassLine.gml +++ b/scripts/__ChatterboxClassLine/__ChatterboxClassLine.gml @@ -8,6 +8,8 @@ function __ChatterboxClassLine() constructor static __Push = function(_substring) { + if (_substring.text == "") return; + switch(_substring.type) { case "text":