whitevo
Feeling good, thats what I do.
Almost forgot about it.
Yesterday had awkward problem.
Where i had variable:
pos = player:getPosition()
and then i did something like this:
pos:sendMagicEffect(effect)
player:teleportTo(pos)
what happened was:
player got teleported first and then did the effects.
Shouldn't it be procedural?
Anyway problem was solved by adding delay for teleport, however why it happened first place xD?
(if that matters, I did it in onThink script)
Yesterday had awkward problem.
Where i had variable:
pos = player:getPosition()
and then i did something like this:
pos:sendMagicEffect(effect)
player:teleportTo(pos)
what happened was:
player got teleported first and then did the effects.
Shouldn't it be procedural?
Anyway problem was solved by adding delay for teleport, however why it happened first place xD?
(if that matters, I did it in onThink script)