Load/Save Attribute question
I'm a little unsure about the load/save function regarding saving/loading multiple attributes.
From reading the wiki it states that multiple attributes can be saved, implying that they can be saved to the same keyword. is this true?
can I do this?
Save Atrribute> keyword - LOLZ - self.position.X
Save Atrribute> keyword - LOLZ - self.position.Y
Save Atrribute> keyword - LOLZ - self.rotation
THEN LOAD THE SAME WAY
rather than this:
Save Atrribute> keyword - LOLZPOSx - self.position.X
Save Atrribute> keyword - LOLZPOSy - self.position.Y
Save Atrribute> keyword - LOLZRot - self.rotation
From reading the wiki it states that multiple attributes can be saved, implying that they can be saved to the same keyword. is this true?
can I do this?
Save Atrribute> keyword - LOLZ - self.position.X
Save Atrribute> keyword - LOLZ - self.position.Y
Save Atrribute> keyword - LOLZ - self.rotation
THEN LOAD THE SAME WAY
rather than this:
Save Atrribute> keyword - LOLZPOSx - self.position.X
Save Atrribute> keyword - LOLZPOSy - self.position.Y
Save Atrribute> keyword - LOLZRot - self.rotation
Comments