Hi there! If I understand correctly your code fragments, you should replace
local function show()
by
local function show(self)
and call it as
show(self)
Ciao!
Hi there! If I understand correctly your code fragments, you should replace
local function show()
by
local function show(self)
and call it as
show(self)
Ciao!