name = $name; $this->script = $script; foreach ($arguments as $arg) { array_push($this->arguments, new LuaValue($arg)); } } } // EOF