func Intent()
if (in_event)
return(intnt)
end
end
if (in_event)
return(intnt)
end
end
надо заменить на
func Intent()
if (in_event)
return(MakeData(intnt, 'Intent'))
end
end
if (in_event)
return(MakeData(intnt, 'Intent'))
end
end
Иначе с точки Intent ничего не считывается.