Quote:
Originally posted by DarkShadows_Legend
Efficient Laziness.
replacearray var?? X.x
I was thinking of something like
myvar = {0,1,2,3,4};
deletearrvar 2;
then have myvar = {0,1,3,4};
... buuuuuut there's another way to do this I think. I haven't tested it out yet though so I'm not completely sure.
|
It's not really advisable to use things that you don't understand in your scripts.