Hello.
Here is this script you needed:
;Artificial Intelligence Script
;Header
desc = Transport From Here To (Select Of 5 Places)
;Triggers
:state=0:fpgcrawtextsize=20,fpgcrawtextfont=verdana,fpgcrawtextr=255,fpgcrawtextg=255,fpgcrawtextb=255,fpgcrawtextx=50,fpgcrawtexty=50
:state=0:rundecal=2,coloff
:state=0,plrdistwithin=40:fpgcrawtext=(1)Iraq 1990 (2)France 1390 (3)Iraq 2002 (4)Finland 2050 (5)New Berlin 2302
:state=0,plrdistwithin=40,scancodekeypressed=2:plrsound=audiobank\scifi\scenery\lifts\teleport.wav,plrmoveto=Place 1,state=1
:state=0,plrdistwithin=40,scancodekeypressed=3:plrsound=audiobank\scifi\scenery\lifts\teleport.wav,plrmoveto=Place 2,state=1
:state=0,plrdistwithin=40,scancodekeypressed=4:plrsound=audiobank\scifi\scenery\lifts\teleport.wav,plrmoveto=Place 3,state=1
:state=0,plrdistwithin=40,scancodekeypressed=5:plrsound=audiobank\scifi\scenery\lifts\teleport.wav,plrmoveto=Place 4,state=1
:state=0,plrdistwithin=40,scancodekeypressed=6:plrsound=audiobank\scifi\scenery\lifts\teleport.wav,plrmoveto=Place 5,state=1
:state=1,plrdistfurther=65:state=0
;End of Script
Put this script to the teleporter's main script and make 5 entitys to the level (better to have low height [like scifi\scenery\teleport\Teleport IN entity], or you will stuck to the roof)
and name those entitys Place 1, Place 2, Place 3, Place 4, Place 5.
I hope this helps!
Thanks,
TP