Turf = Variable in Developer Help
|
|
I'm trying to get the picture of a variable into a turf. See, I made a variable, to randomly get an icon of an object, and then the objects of that variable view in a Tab called battle. But I also want that variable, let's say power1, out of the other 5, into a turf called power11. Any idea how I could do that?
|
In general though, as long as the variable you are talking about references an icon and you just want the turf to look like that icon, then you can just do "theTurfInQuestion.icon = theVariableInQuestion"