You missed my point.
On the function definition, you call it teleporting_onUse1. But when you register it, you register to Teleporting_onUse1. Notice the capital T?
Decide how you're gonna call the function and stick to it. If you want it to be teleporting then change the register statement. If you want it to be Teleporting change the definition.