Deathbreak
Member
self.contents.font.size = $defaultfontsize
That line of code has caused problems on NUMEROUS scripts. Mostly the Tiberian scripts. It comes up with the error "can not convert nil to int"
How can I fix this? Can I nigrig this to work? I tried self.contents.font.size = 5, and it worked for a while then busted, and I don't know why.
Any and all help are appreciated. Thank you for your time
That line of code has caused problems on NUMEROUS scripts. Mostly the Tiberian scripts. It comes up with the error "can not convert nil to int"
How can I fix this? Can I nigrig this to work? I tried self.contents.font.size = 5, and it worked for a while then busted, and I don't know why.
Any and all help are appreciated. Thank you for your time