Question about variables

10/05/2008 00:12 DragonStar#1
ok you know how u got things like blah.blah, example: mychar.level
so if you were to make variables for all those example: Clevel = mychar.level
what kind of advantages would i gain from this if any?
i rem when i learned visual basic was always told to put every thing in variables
so was just curious if that would b a good way to go
10/05/2008 00:29 tanelipe#2
Can't see any advantages on that only thing I see is couple to several bytes more wasted memory depending on the variable type. Feel free to correct me if I am wrong.
10/05/2008 02:26 DragonStar#3
Quote:
Originally Posted by tanelipe View Post
Can't see any advantages on that only thing I see is couple to several bytes more wasted memory depending on the variable type. Feel free to correct me if I am wrong.
oo ok thanks, wasnt really sure if it would help or not
wanted to ask b4 i re-wrote the source that way lol