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

nested

  1. Izzetin

    [Solved] Inventory System (Too many nested ifs)

    Hello! I found a Inventory System on XGM that i really like but somehow i cant figure out how to implement it into another my Map. I alway get the error [ Too many nested ifs (max 50) ] in my Test Map But in the example Map from xgm it works just fine. Im a noob in Scripting so i dont know how...
  2. lolreported

    [vJASS] Issue with nested loops, possible bug

    I'm currently having a massive issue with a nested loop, see code (some irrelevant code removed): library JustAnotherLibrary initializer Init globals //... private constant integer PLAYER_MAX_CELLS_ROW = 3 // Max cells up/down private constant integer...
Top