• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

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