Is there anyway to do the following?
so i have and empty with a string property and when i press 1 on the keyboard it adds 1 to the string property and when i press 2 on the keyboard it adds 2 to the property and being a string property it doesnt add the two together like 1+2 = 3 instead it does 12 or if i kept pressing 1 and 2 it would be like 112221212221112212122 you get the idea andways is there anyway of taking and reading that string property digit by digit so if it read a 1 it would spit out a green cube and if it read a 2 it would spit out a blue cube so if the string property happend to have a sequence such as the following
122121 it would spit out the folling cubes in this order green blue blue green blue green.
anyways would there be away of doing this i know you can copy properties between two objects that have a property of the same name.
im using logic bricks also