View Single Post
Old 12-16-2011, 12:51 PM   #15
Erriez
Human being with feelings
 
Join Date: Jun 2010
Location: The Netherlands
Posts: 177
Default

Thank you very much, Darstar! That's the answer!

This works perfect and now I understand how the init works:

Code:
memtest1 = 0; // could be anything
memtest2 = (memtest1 + 3);
memtest3 = (memtest2 + 6);
Hmm, now I have to fix all my scripts... :-)

edit: Thanks IXix, I was 3 minutes later...
Erriez is offline   Reply With Quote