Dont save levels(
I dont understand how to save game via save and load attributes
Can you explain me how to do this
I make-
Savelvl2-Integer-0
I have 20 boolean attributes
When i destroy actor level 2 is true
Level 2 is true
Destroy lock
When I unlock level
change attribute savelvl2+1
Attribute savelvl 2 is 1
Destroy lock
Save attribute
Savelvl2-save2
On first scene
Load attribute
save2-savelvl2
Where is mistake??
HELLLP!
Can you explain me how to do this
I make-
Savelvl2-Integer-0
I have 20 boolean attributes
When i destroy actor level 2 is true
Level 2 is true
Destroy lock
When I unlock level
change attribute savelvl2+1
Attribute savelvl 2 is 1
Destroy lock
Save attribute
Savelvl2-save2
On first scene
Load attribute
save2-savelvl2
Where is mistake??
HELLLP!
Best Answer
-
Goodnight Games NYCPosts: 184
Make the spot you want to save attributes first then give them a key. You then use the load attribute on the first screen of your game and in the load attribute you call that key.