Mumbles
Former Global Moderator
Apply these changes to your code: https://github.com/datmumbles/Scripts/commit/5185d01531c4a5d407cebef78fa81b1f4380577d
The array names need to have a trailing $ before the opening bracket; in your current version, they're being read as numerical values instead of strings.
The array names need to have a trailing $ before the opening bracket; in your current version, they're being read as numerical values instead of strings.
Last edited by a moderator: