Firstly, this following question is essential to my tutorial island script. I'm trying to include location detection in my tutorial island script as a failsafe.
For example, let's say that we had an array of string with five strings:
[0] 'Hello, world!'
[1] 'SRL owns!'
[2] 'Easy money.'
[3] 'AMD pwns Intel.'
[4] 'Linux pwns Windows.'
Let's say that within that array, I'm trying to "search" for text. For example, let's say I'm trying to find 'SRL owns!' somewhere in that array of string. How do I do that? I want to be able to find it and find it's position in the array. Example: [0], [1], [2], [3] or [4].




Reply With Quote





