PDA

View Full Version : Kismet Looping



Newbyhere
03-10-2008, 07:46 PM
Hello everybody, i have a small problem. I have a random link and i want it to only play 50 times and then end the game. Any ideas how i would do this?

Thanks in advance

Newbyhere
03-11-2008, 12:07 PM
Anyone have any ideas? I tried a gate but that would close at random times. I even set the autoclose count high but it would still close at weird times.

Zoo
03-11-2008, 01:09 PM
If you want something to happen a set number of times then use an int counter.

http://www.avld.org/pages/tuts/Conditions/CountInt.htm

Newbyhere
03-11-2008, 01:33 PM
Yep dont worry about this i fixed it, i used a gate and a int counter like you said Zoo thanks.

One thing however though, does anyone know how to end the game once the counter reaches its limit?