Posts: 48
Threads: 5
Joined: Jan 2012
Reputation:
0
Hi.
I have huge dialogs which are automatically generated.
Now the string cuts off after 4224 characters.
Is this the limit?
Posts: 244
Threads: 2
Joined: Apr 2012
Reputation:
0
Why do you have a dialog of 4224 characters? >.<
You should probably split it up in multiple dialogs at a point of exceeding ~1000-800 characters.
Posts: 48
Threads: 5
Joined: Jan 2012
Reputation:
0
Because I have an inventory system which requires displaying as many items as possible.
Posts: 48
Threads: 5
Joined: Jan 2012
Reputation:
0
That's what I'm already using.
Posts: 1,781
Threads: 13
Joined: Sep 2009
Reputation:
0
iam surprised that you can display more than 4096 chars in a dialog, i thought this is the limit, obviously i have to revise my dialog script aswell. to increase your inventory-dialog size, remove some color formatting codes. i know, it will not look neat anymore, but its worth the effort until you decide to script a system where you can click "next page" or similar.