Recent content by Infy

  1. I

    Integer and Multiple Condition Issue

    For starters, move the item-type condition up into the conditions tab just to clean it up a bit. Secondly, in the first If condition block, make a new condition called And multiple conditions, then drag the 2 Puntos variables into that "And" block.
  2. I

    "Talking" to a unit.

    When you initialize the map, assign all the "talking" units an incremental custom value and some phrases e.g. Talking Footman: custom value 1 Talking Peasant: custom value 2 etc. Then create a string array containing each message matching each unit. e.g. Phrases[1] = "Hi, I'm a footman!"...
  3. I

    Couple questions

    I was just curious. I have always wanted to know, and when I found this forum, I thought I might as well ask ;D
  4. I

    Couple questions

    Hey, I was wondering, what do you change in the object editor for something so you can set what dimensions it takes to be built. Guard towers have a 2x2 build requirement. For example, if I wanted to make it 3x3, what would I change? Also, if I were to make a tower from a unit, some of the...
  5. I

    Tower Defense unit spawning help

    Never mind! I fixed it. It was the trigger for spawn that was screwing me up. I think it's because i was trying to run it twice at the same time. Lol.
  6. I

    Tower Defense unit spawning help

    Hello all. I'm (trying :P) to make a tower defense. I started it off easy because it was my first. I have everything working except when a round starts, the units aren't spawning at my spawn region. At first nothing would happen, then I screwed around with it and now it just crashes my game. I...
Top