jestem pro
That is the question
- Joined
- Apr 20, 2013
- Messages
- 650
- Solutions
- 14
- Reaction score
- 88
Hello I'm working on a tfs 1.2 (10.90)
and I have a stupid problem:
I want that the effect was in position to which he will teleport, because now is on the position from which it teleport. Thanks
and I have a stupid problem:
Code:
function onStepIn(creature, item, position, fromPosition)
local player = creature:getPlayer()
player:teleportTo({x=1000, y=1000, z=7})
fromPosition:sendMagicEffect(5)
return true
end
I want that the effect was in position to which he will teleport, because now is on the position from which it teleport. Thanks
Last edited by a moderator: