I am trying to make a automatic chatbot that will pull random lines from a separate .txt so that I can have less bulky code. However I am finding it hard to locate a way of doing so. Any help would be greatly appreciated! Sorry if this isn't very clear if it isn't I am happy to clarify!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Have you tried the my.resources block? You find it under my project -> resources. Simply add your strings. in your code, you can acess them like dim str= my.resources.xyz Then build somewhere a new list along this lines:
get a random number:
and acess a random memner of the list debug.print(mylist(randomNumber)) |
|||
|
|
Use this!
|
|||
|
|