The script I'm trying right now is:
ScriptName GunRunnersTeleportScriptBegin OnEquip player player.moveto Teleport1 player.additem 00TeleportationStimpakGunRunnersEnd
I also tried the following:
ScriptName GunRunnersTeleportScriptBegin OnEquip player.moveto Teleport1 player.additem 00TeleportationStimpakGunRunnersEnd
ScriptName GunRunnersTeleportScriptBegin GameMode player.moveto Teleport1 player.additem 00TeleportationStimpakGunRunnersEnd