Random Teleport [Solved]

Avatar
baca25
342 Posts
Posted Oct 30, 2011
How would I be able to make a trigger_teleport teleport someone to one of, lets say 5, different destinations. I don't know how to make a random trigger. or maybe an entity that can enable 1 of 5 different trigger_teleports (randomly), each with there own destination.
Advertisement
Registered users don’t see ads! Register now!
Avatar
PortalCombat
306 Posts
Posted Oct 30, 2011
Replied 7 minutes later
'logic_case' with an input of 'PickRandom'

Outputs:
OnCase01 - enable teleporter1
OnCase02 - enable teleporter2
etc.

Avatar
baca25
342 Posts
Posted Oct 30, 2011
Replied 18 minutes later

PortalCombat wrote:
'logic_case' with an input of 'PickRandom'

Outputs:
OnCase01 - enable teleporter1
OnCase02 - enable teleporter2
etc.

Love it. Thanks so much. You wouldn't believe the ghetto things I've been trying to do to get a random trigger. never even heard of a logic_case.