that was just a spelling mistake.I would have picked that up if I was looking at the editor.
so let me get this straight.
If I make an NPC that you touch it will activate the setarray command?
Example:
if (playertouchsme) {
setarray testarray,2;
}
If thats proper I have a few other questions.Can you use client.variables or server.variables in the script? And where you pu the # does that set the limit of how many arrays I use?Like if I make it higher can I make more arrays?Same thing with lower?
I just like trying to figure as much as I can about these things.
