Search results

  1. W

    Other 9 Presented by WBL

    I am/was working on a map with the 9 movie theme and I'm looking for help to complete the map, I would like to play it too, but I've gotten tired of working on it. My progress is stated below. It's a warchaser type map. You are group of sapient rag dolls, living a post-apocalyptic existence...
  2. W

    Array Index not working above 10

    I have an array of items up to an index of 27, however, only the items up to index 10 of my array work in game. After I set the items, I loop through them, "exitwhen bj_forLoopAIndex > bj_forLoopAIndexEnd" with IndexEnd = 27. I initialize my item array in the variables Item-Type Array(1)...
  3. W

    How do you add an unlearned ability to hero?

    How do you add an unlearned ability to a hero? What I've looked into: Unit - add ability add a learned skill. (which is not what I want) Hero learn skill - is if they already have the unlearned ability with a skill point. I want to give a hero an unlearned ability so the player can...
  4. W

    Need help with trigger leaks

    I don't know where my other leaks are. If anyone more experienced can help will be appreciated. The trigger runs every 4 seconds. Selects all enemies and make them attack units in range or else random unit. Thanks T.s.e for finding a leak. I think there's more because it still lags a little...
  5. W

    Region shifts when map loads

    When I start my game, the region I set in the world editor shifts over a little to the upper right. Anyone ever have this problem and any ideas how to fix this? Does variable regions affect this? Maybe variables overlapping due to other triggers? Or does number of players effect it? It...
Top