waqmaz
Member
- Joined
- Jun 17, 2015
- Messages
- 203
- Reaction score
- 11
Code:
doCreateTeleport(1387, tp_pos, getCreaturePosition(target))
addEvent(doRemoveItem, 5 * 1000, getTileItemById(getCreaturePosition(target), 1387).uid, 1)
How to remove the teleport?
Also the teleport is created under a monster's corpse, Is it possible to make the corpse being under the teleport?
If the corpse has id 5200 how to remove a corpse? - will solve the problem with the teleprot under it.
Thanks!