QUOTE(urmom @ Jul 23 2006, 09:59 PM)
Zeratul, save you switches? you get 255 (or is it 256). but yea, please elaborate more on your problem.
[right][snapback]530032[/snapback][/right]
personally, i don't have problems with hitting limits(except locations), but i've seen a few cases where people have run out of switches(mainly cause they shouldn't have used them in the first place). and when i wrote that, i was referring to proportion mainly. there are a hell of alot more DCs than there are switches.
ADDITION:
QUOTE(Mp)Ender @ Jul 24 2006, 10:40 PM)
He wants to know how to do something like this.
Conditions:
- Switch One is Set
Actions:
- (Any Actions)
- Clear Switch 1
- Set switch 2
- Preserve Trigger
Conditions:
- Switch two is set
Actions:
- (Any Actions)
- Clear switch 2
- Set Switch 1
- Preserve trigger
It is very easy to loop triggers with switches, you just have to make sure to clear the first switch in the first trigger, and clear the second switch in the second trigger. And you also have to have preserve trigger.
[right][snapback]530793[/snapback][/right]
um, you don't need two switches to do a non-terminating loop...
it'd be more like this:
Conditions:
- Switch One is clear
Actions:
- (Any Actions)
- Set switch 1
- Preserve Trigger
Conditions:
- Switch One is set
Actions:
- (Any Actions)
- Clear switch 1
- Preserve trigger