Group: Administrators
Posts: 13K,
Visits: 104K
|
<text instructions> /items= instructions /halign = center /area= (600, 600) /position = (50%, 50%) /fontstyle= ("impact", 30%, true) </text>
You're requesting a fontsize of 30% of the screensize. Given how long the item is, this results in a *huge* area that would have to be drawn. So huge, in fact, that it exceeds the limits any system can guarantee to handle. Reduce the fontsize to a reasonable value and it'll run fine.
|