• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

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