Jak wy?ej rand tp Rune :
data/actions/scripts/rand_tp.lua
function onUse(cid, item, frompos, item2, topos)
local towns = {
{x=101, y=100, z=7}, -- Town 1
{x=102, y=100, z=7}, -- Town 2
{x=103, y=100, z=7}, -- Town 3
{x=104, y=100, z=7} -- Town 4
}
local rand =...