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

multiboard desync

Status
Not open for further replies.
DSG is indeed correct (I didn't even consider locally creating a multiboard anymore).

This is safe:
  • Actions
    • Multiboard - Create a multiboard with 1 columns and 1 rows, titled Title
    • Multiboard - Hide (Last created multiboard)
    • Custom script: if GetLocalPlayer() == Player(0) then
    • Multiboard - Show (Last created multiboard)
    • Custom script: endif
(Locally shows the multiboard)

This is not safe:
  • Actions
    • Custom script: if GetLocalPlayer() == Player(0) then
    • Multiboard - Create a multiboard with 1 columns and 1 rows, titled Title
    • Custom script: endif
(Locally creates a multiboard).
 
Status
Not open for further replies.
Top