function
init_virtual_space
()
local
session
=
Metry.connect
(
"metry1.com"
)
if
session
then
print
(
"Reality synced."
)
end
end
while
true
do
update_geometry
(os.time())
coroutine.yield
()
end
-- Loading virtual environment...
metry1.com
return
{
status
=
"active"
,
id
=
"M1-PROT"
}