Author Topic: [Resolved] Need a little help  (Read 3740 times)

Causener

  • Posts: 2
  • Maggot Crusher.
    • View Profile
[Resolved] Need a little help
« on: January 14, 2015, 08:47:22 AM »
I just started messing around with the editor and I'm trying to make a survival map. So far I have the first wave down, and when it ends it should activate a ChangeVariable and increase the wavecount variable by 1, which should cause wave 2 to begin. However something is wrong and I can't seem to figure out what it is, but for whatever reason wave 2 will not spawn any monsters. If I manually change the wavecount variable to start at wave 2 it works no problem. Could someone take a look at what I have so far and let me know if they see the problem? It's probably a stupid mistake on my part. Please and thank you in advance.

https://www.mediafire.com/folder/rd0j3zccjqj4f/thechamber
« Last Edit: January 15, 2015, 02:12:14 AM by Causener »

dingoZero

  • Posts: 50
  • Dingovania
    • View Profile
Re: Need a little help
« Reply #1 on: January 14, 2015, 09:04:40 PM »
I linked the counter script to the add to variable script and it seems to work.


Causener

  • Posts: 2
  • Maggot Crusher.
    • View Profile
Re: Need a little help
« Reply #2 on: January 14, 2015, 11:04:16 PM »
Thanks that did it! I guess the change variable needs to be activated and not just linked?

dingoZero

  • Posts: 50
  • Dingovania
    • View Profile
Re: Need a little help
« Reply #3 on: January 15, 2015, 12:08:19 AM »
Yes.

Although my initial theory was that the change variable was triggered with every increment counter trigger; it worked when I set the change variable script to set to 2 instead of add 1.