Quick Q for you GUI Users

TheCrystal

New Member
Reaction score
36
Anyone know of a GUI script or scripts that can potentially cause a map to stop working period, like NewGen says all is good yet the entire map's script WONT activate?

I started a JASS topic but as the JASS Topic goes, unexplained things that don't involve posting your map for help basically means "NO HELP FO YO"
 

cleeezzz

The Undead Ranger.
Reaction score
268
arrays set to a size above the limit

>I started a JASS topic but as the JASS Topic goes, unexplained things that don't involve posting your map for help basically means "NO HELP FO YO"

pretty much goes for anything, its hard to help someone with a bug if the details are too vague.
 

TheCrystal

New Member
Reaction score
36
But the max array size is 8192, you can't go over that in the GUI WE, and in the JASS you just tell it to be an array and you don't need to give it a limit.


That's why people ask for details, I'm not sure what could be the problem. The thing I was pretty much asking for is if there's something that could specifically cause this, since pretty much updating JassHelper made it all stop working. In the Vanilla WC3 Syntax Checker it gives me a shitload of errors, saying things like the empty lines is an undefined function and Endif is an undefined function, and also a function BLEH is an undefined function, even stuff in normal GUI triggers and the stuff the creates units on Map Initialization..
 

cleeezzz

The Undead Ranger.
Reaction score
268
>But the max array size is 8192, you can't go over that in the GUI WE

put array size 8192, at least it doesn't work for me, i had an issue like that where none of my triggers activated and it was because of a 8192 array

as for a jass problem, if you ever do
JASS:
globals
    trigger hi
endglobals

function Init takes nothing returns nothing
    local trigger trig = CreateTrigger()
    set trig = hi //rather than set hi = trig
endfunction


that would kill the script too
 

TheCrystal

New Member
Reaction score
36
What the fuck? I've NEVER had that problem before, I could've sworn I've used arrays that size before and WE never did this shit. The most ridiculous crap I've seen awhile.

Ugh, since you figured it out here's some rep.
 

Gtam

Lerning how to write and read!! Yeah.
Reaction score
164
I know a line that crashes the map when typed in GUI i can post if you like
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top