local t = {
[5001] = {nombre = "Unnamed Town", townID = 1},
[5002] = {nombre = "Thayrana", townID = 2}
}
function onStepIn(cid, item, fromPosition, position, toPosition)
temple = getPlayerMasterPos(cid)
Castle1Lever1 = getPlayerStorageValue(cid,3216)
local real = t(item.actionid)
for k, v in...