1. Place the liftswitch from scifi/wall furniture into the level
2. Place the teleport out from scifi/scenery/teleport into the level. Rename it to "tpout1"
3. With notepad save this script to your scriptbank as switch_11.fpi
;Artificial Intelligence Script
;Header
desc = Instance Switch (activate upon use)
;Triggers
:state=0:hudreset,hudx=50,hudy=90,hudimagefine=gamecore\text\pressentertouse.tga,hudname=useswitchprompt,hudhide=1,hudmake=display,state=10
:plrdistwithin=100:hudshow=useswitchprompt,hudfadeout=useswitchprompt
:state=10,plrdistwithin=100,plrusingaction=1:state=1,setframe=0,plrsound=audiobank\scifi\scenery\lifts\teleport.wav,plrmoveto=tpout1
:state=1:incframe=0
:state=1,frameatend=0:state=2
:state=2,plrusingaction=0:state=4
:state=4:decframe=0
:state=4,frameatstart=0:state=5,setframe=0
:state=5:state=10
;End of Script
4. Right click on the switch and replace the Main script with this.
Switch teleport will work.