print("Hello from a lua script!") function init() print("Hello from \"init\"") couch.debug("init") end function update(delta) end