Quote:
Originally Posted by MoroDan
|
Please understand that having one Pvar in your script will not harm anyone. If your worried about the speed difference between Pvars and actual variables, don't. The difference is extremely small, especially when accessing just ONE variable. Creating a separate variable to store one value, that will most likely be created inefficiently, will destroy the purpose of it anyway.
If anyone cares about efficiency in a script besides ******, Slice and all the other big names (the ones who know what they're doing), would be me. I can assure you that using one Pvar function will not kill your script. If you would like to think so, you need to create some tests for yourself.