• 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.

[Solved] Multiboard Assistance

Status
Not open for further replies.
Level 3
Joined
Apr 18, 2018
Messages
58
Hey,
I have a question regarding Multiboards. I an item that Hero can buy (works like Power Up, like Tome of Agility). So I created a variable (like a counter, of ability level). I need to put it into multiboard (I know how to do that), but I need Multiboard to show me this counter (number of stacks) out of (max ability level), like 0/25, 1/25...
How do I do that?

And I also need a Name of the Player in Multiboard (that would be a nickname)
 
Last edited:
Level 30
Joined
Feb 18, 2014
Messages
3,623
but I need Multiboard to show me this counter (number of stacks) out of (max ability level), like 0/25, 1/25...
  • Multiboard - Set the text for (Last created multiboard) item in column 1, row 1 to ((String((number of stacks))) + (/ + (String((max ability level))))))
And I also need a Name of the Player in Multiboard (that would be a nickname)
Player - Player Name --> Name of (Triggering Player)
 
Level 3
Joined
Apr 18, 2018
Messages
58
How did you manage to put "/" in there?
I followed these steps :
  • Multiboard - Set the text for GameStatistics item in column 3, row 2 to (String((AttackSpeed_Stacks[PlayerNumber] + ((Length of /) + 100))))
I know Length of / is incorrect, but I do not have string options there...
 
Status
Not open for further replies.
Top