• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

[Solved] Multiboard Crash

Status
Not open for further replies.
Level 1
Joined
May 19, 2016
Messages
2
Hello together :))),

it's my first post here i'm so excited :D :D :D

now to my Problem -> i've searched for hours but no solution :-/
just look and pls explain me why my game crashes if it starts.

**don't know how to enter my trigger so i've made a Picture ":D

with greets,
KuschelMaus
 

Attachments

  • multibord problem.png
    multibord problem.png
    180.8 KB · Views: 109
Last edited by a moderator:

Chaosy

Tutorial Reviewer
Level 41
Joined
Jun 9, 2011
Messages
13,249
Are you certain that trigger is the problem? If you disable it, does it still crash?

It might be this part:
  • For each (Integer A) from 1 to (Number of players), do (Actions)
    • Schleifen - Aktionen
      • For each (Integer A) from 1 to 12, do (Actions)
You probably meant to use Integer B:
  • For each (Integer A) from 1 to (Number of players), do (Actions)
    • Schleifen - Aktionen
      • For each (Integer B) from 1 to 12, do (Actions)

Pretty sure using a variable incorrectly wont make it crash.
 
Level 1
Joined
May 19, 2016
Messages
2
Are you certain that trigger is the problem? If you disable it, does it still crash?



Pretty sure using a variable incorrectly wont make it crash.

OOHHH MY GOD THANKS THANKS THANKS
I can't belive i've done a misstake like this >.< >.< >.<

@Chaosy: yeah i've tried so much Things to find out where the error will be an finaly it is a Piece in this trigger >.< >.<

oh my god so much thanks ....




ok and how can i Close this thread ? respectively how can i delete this shame ? xDDDDDD
 
Status
Not open for further replies.
Top