different teleport destination!

Gizmo DK

Newbie
Joined
Feb 10, 2005
Messages
50
Reaction score
0
Hi

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 ?
 
trigger_changetarget its the ansver

and a trigger-multiple/once on the first destination that targets the trigger_changetarget and make the teleport target the other destination
 
I also think i could use the logic case... But I dont know how to set up the teleport and the logic_case....
 
And i dont have i trigger_changetarget ... even with a better FGB or that the name of it is... ;P
 
Hmmm can't get it to work... Tried but it won't.... How to set up the ai_changetarget ? Or the logic_case if I have to use that... ? plz help me ..
 
http://www.editlife.net/tutorials.php?id=32

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.
 
Back
Top