I would like to know why you are not returning a table in the code I made:
TP = {}
function TP:new(pos, newpos, effect)
return setmetatable({pos = pos, newpos = newpos, effect = effect}, { __index = self })
end
function TP:setNewPos(po...
asked by
30.05.2015 / 18:51