Well, make sure that the save attribute feature occurs after the keyboard input happens. Not just in the code, 'cause if you say: Rule When actor receives event: touch is inside, Keyboard input stuff Change attribute: your attribute's name to keyboard stuff Rule ends.
Save attribute: attributes name.
It won't work. Rules occur constantly, in loops. Saving, loading, and changing attributes occurs only once. (unless specified in the code.) Hope that fixes it!
Comments
Rule
When actor receives event: touch is inside,
Keyboard input stuff
Change attribute: your attribute's name to keyboard stuff
Rule ends.
Save attribute: attributes name.
It won't work. Rules occur constantly, in loops. Saving, loading, and changing attributes occurs only once. (unless specified in the code.)
Hope that fixes it!