Just use this system.
MoveEvent - [TFS 1.1] "Catacombs" Teleporter like Diablo 3 Teleport - Great for RPG servers
Instead of using onStepIn on movements.xml use onSay on talkactions.xml
Also, this should go in requests. And you should tell us the server version you are using. (Sorry for doble post, couldnt edit)
function onSay(player, words, param)
sendCatacombWindow(player)
return false
end
Found this script :Just install the code on that post. Its a ready to go script with a full guide.
After that do something like this on your talkactions:
Code:function onSay(player, words, param) sendCatacombWindow(player) return false end