Custom attributes

Status
Not open for further replies.
Set a variable of "String" type (below it is called "CustomVariable", and then have the actions:
  • Set CustomVariable = Dexterity
  • Multiboard - Set the item text for (Last Created Multiboard) for Row 1 and Column 1 to (CustomVariable)
  • Set IntegerDexterity = X
  • Multiboard - Set the item text for (Last Created Multiboard) for Row 1 and Column 2 to (String(IntegerDexterity))
The IntegerDexterity is an "Integer" type variable to place the value you want.
Dexterity is an example attribute.
 
Status
Not open for further replies.
Top