Hello all. The is my first post, but I've been working on a couple of different maps for some time now. I've really learned a lot from reading this forum, so thank you to everyone who has posted and helped others with different problems, because a lot of them have helped me also =).
Anyways, I'm looking for ideas on how to make a random teleport work. As I said, I'm working on a couple different maps, but the one I'm working on today is sort of a survival map. My map is round, and I have a bunch of area triggers covering about 1/2 of the floor in random places. My idea is that you will randomly get teleported to another part of the map as you are running around the room (currently this is set to the center of the map, for testing purposes). I want to do this to sort of cut down on kiting, but also to make the map more fun. I know I can edit characters to make them faster and harder to kite, but again, I just think this way would be more fun.
So, currently I have a bunch on shapes covering the floor and they are all connected to 1 area trigger, which is connected to 1 Random script, which is connected to 1 levelexit. I have 1 levelstart in the center of the map that has it's level id in line with the levelexit id.
Ok, so it does work, you do randomly get teleported to the center of the map, but the problem is that it happens far to often. Since my random script is only connected to 1 item, the levelexit, you have a 50% chance to be teleported to the center anytime you step on any one of the 30 area triggers. So since there are so many area triggers, you pretty much get teleported anytime you move 20 paces.
I need a way to either drop the % chance of being teleported, say to 10% chance instead of 50% that the Random script gives you, or I need a different way to connect my scripts so that you don't get teleported so often. I know I could just drop the number of area triggers, but then it would be easier to avoid if you play the map several times and figure out where the triggers are, so I don't want to do that.
I'm drawing a blank on another way to set it up though, so I'm hoping someone has some advice for me.
Any help would be greatly appreciated!!! Thank you!