| 
	Group: Forum MembersPosts: 10, 
    Visits: 20
 
 | 
                    
			            Hi Dave,
 Hope you're doing well!
 
 The thing is, I set a series of possible values for a particular item, for example:
 <item player1group>
 / 1 = "group1"
 / 2 = "group2"
 </item>
 
 and then I use groupid to determine the value of this item, like:
 <text player1group>
 / items = player1group
 / select = script.groupid
 / position = (25%, 50%)
 / color = blue
 / halign = center
 / valign = top
 / erase = false
 </text>
 
 Ultimately I want to return this final result in summarydata (i.e., whether group1 or 2 ended up being displayed based on my input).
 
 The original version of item has only one value and is recorded as "item.playergroup.1". I tried to change it to "text.playergroup.1" and "text.playergroup.(script.groupid)" but neither works , I wonder if you have any good suggestions?
 
 Thank you so much sincerely!
 
 Best
 
 
 
 |