• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

[JASS] Problem with multiboard

Status
Not open for further replies.
  • Multiboard
  • Events
    • Time - Elapsed time is 0.00 seconds
  • Conditions
  • Actions
    • Custom script: if GetLocalPlayer() == Player(0) then // This is for Player 1 (Red)
    • Multiboard - Create a multiboard with 10 rows and 5 columns, titled Title
    • Custom script: endif
or
  • Trigger
  • Events
    • Time - Elapsed time is 0.00 seconds
  • Conditions
  • Actions
  • Set Temp_Force = (All players matching (your matches))
  • Player Group - Pick up every Player in (Temp_Force) and do (Actions)
    • Loop - Actions
      • Set Player1 = (Picked Player)
  • Custom script: if GetLocalPlayer() == udg_Player1
  • Multiboard - Create a multiboard with 10 rows and 5 columns, titled Title
  • Custom script: endif
 
Status
Not open for further replies.
Top