05-06-2022, 05:44 PM
Hello, hope you are doing well.
Not sure if this is a bug or I am doing something wrong... but it may be a real bug..
I am trying to write a text into a label to send a parcel, but command below is not writing into the label.
writetextwindow('label', 'Player name\nVenore', 'Backpack')
After some tests I have realized that the problem is because the game client is expecting for the player to select the text window before write the text and it seems the command only open the text window and start writing without selecting the text window, so it does not write properly in the text window.
I have tested to run the command and in the middle of the command tried to select the text window manually and it got to write the text successfully... So I think what is missing is for this command to be adjusted including the text window selection after opening the text window and before writing the text.
Also, if you confirm this is a real bug, please let me know if you see any possible workaround until you get it fixed.
Thanks in advance.
Not sure if this is a bug or I am doing something wrong... but it may be a real bug..
I am trying to write a text into a label to send a parcel, but command below is not writing into the label.
writetextwindow('label', 'Player name\nVenore', 'Backpack')
After some tests I have realized that the problem is because the game client is expecting for the player to select the text window before write the text and it seems the command only open the text window and start writing without selecting the text window, so it does not write properly in the text window.
I have tested to run the command and in the middle of the command tried to select the text window manually and it got to write the text successfully... So I think what is missing is for this command to be adjusted including the text window selection after opening the text window and before writing the text.
Also, if you confirm this is a real bug, please let me know if you see any possible workaround until you get it fixed.
Thanks in advance.