Lets start with the question: Does it work to have 2 portals scripts in one .lua file? Like this:
Code:function Teleporting_onUse (pUnit, Event, pMisc) pMisc:Teleport (1, 4615.02, -3858.68, 944.155) end RegisterGameObjectEvent (2000000, 2, "Teleporting_onUse") function Teleporting_onUse (pUnit, Event, pMisc) pMisc:Teleport (1, 3629.01, -2148.68, 199.178) end RegisterGameObjectEvent (2000001, 2, "Teleporting_onUse")