I want to make so when you first enter a teleport you get to one destination and when i other enter in the same round he get to aother destinatíon.... Do someone know how to make that ?
This covers making a teleporter with a random destination, but it's essentially the same concept: use one of the trigger_teleport's outputs to fire an ai_changetarget that changes the teleporter's target. To switch between two targets, you could use a logic_branch's ToggleTest input.