Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi I am not able to find a replace function so it will replace text from a given text or variables. Please provide some solutions. Thanks
Tools -> Replace String
Thanks @UA, Also how can i use javascript functions with BAS variables? can you given an example ? Thanks
@niceusername Here is an example of a substitution on js test replace.xml
@Fox Thank you
@Melinda said in Change the text "Thread succeeded with message":
Is it possible to do it?
No, this can only be changed when using the web interface.
@bobbyonforum You can also use different file names like 1.txt 2.txt which contains text and then read file with thread number, example : [[THREAD_INDEX]].txt if this way fits your requirements.
@huntenkill said in Parsing all lines from text file:
VAR_NPCLIST
VAR_NPCLIST is already list I guess. There is no split() function in javascript for array types. Split() works for string types.