Hello!
I'm a bit puzzled at my error at the moment. I'm using a label to display text when prompted and I'm receiving the 'Line too long (max line length =500) error. Now, the text I'm using is a good chunk ; around 150 , obviously not close to the cap. My script works in other rooms just fine so I'm not sure what the problem is! It's possible I skipped over a post that had this same issue ; if that's the case just point me in the right direction!
I'm using this (lbltext is my label name)
Code: ags
I'm a bit puzzled at my error at the moment. I'm using a label to display text when prompted and I'm receiving the 'Line too long (max line length =500) error. Now, the text I'm using is a good chunk ; around 150 , obviously not close to the cap. My script works in other rooms just fine so I'm not sure what the problem is! It's possible I skipped over a post that had this same issue ; if that's the case just point me in the right direction!
I'm using this (lbltext is my label name)
lbltext.Text="150 crappy words";