Hello, I use find() for string and that work. if text.find(search),0) ==-1
But I try to use this function for a Array : int_key = array.find(player)
And I got " Invalid call. Nonexistent function 'find' in base 'PoolStringArray'."
But in documentation for Array :
I am Confuse. Documentation are wrong, I don't understand something or I found a bug ?