Set timer = LastStartedTimer Start timer as a repeating timer that will expire in 35 seconds Create Timer Window for timer Show timer window ------------------------------------ For the level thing I just made it Set level = 0
umm, as long as it really is the variable you set as the timer expiring, and level is = to 0, then there as absolutely no reason the trigger won't run when that timer expires
but here are a series of debug steps you can go through 1) switch the event to time elapsed or typed message or something -- if it works, that means your timer is not set or not expiring 2) remove the condition -- if it works, that means your condition is false 3) add a text message in the trigger actions -- if you see the message that means somethigns wrong with making the units[/img]