12-12-2006, 09:08 PM
Can I ask if it makes a difference storing each different variable, one after another
in the saving sub, or by simply typing
Code:
put, Player().name
put, player().w/e
put, player().data3
in the saving sub, or by simply typing
Code:
put, Player()