Quote:
Originally Posted by DustyPorViva
I also think it would be more efficient if the data never has to leave the weapon, don't you?
|
The way I provided is less efficient than the normal way because you're generating a hash, setting a global variable, then setting a local variable rather than simply setting a global variable like you would normally.