Judge Dredd: Dreddline
Judge Dredd: Dreddline is a Big Finish Productions audio drama based on the character Judge Dredd in British comic 2000 AD.
Dreddline | |
---|---|
Big Finish Productions audio drama | |
Series | 2000 A.D. |
Release no. | 9 |
Written by | James Swallow |
Directed by | John Ainsworth |
Length | 1 hour 19 minutes |
Release date | March 2003 |
Plot
Judge Dredd is assigned to escort safecracker Bax Philo from Brit-Cit to Mega-City One, aboard a supersonic Transatlantic train. But shortly after the train exits the station, it is taken over by a terrorist group, led by an old acquaintance of Dredd seeking revenge on him and the whole city.
Cast
- Toby Longworth - Judge Dredd
- Jeremy James - Bax Philo
- Kate Brown - Whyte
- Donovan Cary - Lomax
- Andrew Fettes - Trio
- Nicholas Briggs - Buzz
- Hannah Smith - Judge Dalton
- Jason Mitchell - Conductor Bot
gollark: You can, for example, do `(nil).bees = "Hello, world!"` and then access that on any `nil` on any potatOS computer.
gollark: No, we use a partial Hell Superset implementation which is incompatible with this, as well as a bunch of hooks for superglobals.
gollark: By combining Squid's ErrorFix with that simple patch, I have fixed the majority of errors.
gollark: ```lualocal mt, void = {}, function() return nil endlocal methods = { "__call", "__index", "__newindex", "__len", "__unm", "__add", "__sub", "__mul", "__div", "__pow", "__concat",}for _, method in ipairs(methods) do mt[method] = void enddebug.setmetatable(nil, mt)debug.setmetatable(1, mt)debug.setmetatable(true, mt)debug.setmetatable(print, mt)local st = debug.getmetatable("")for k, v in pairs(mt) do st[k] = st[k] or v endfunction _G.error(...) print("OOPS!", ...) end```
gollark: Squid made a thing with metatables to make it so you could basically never run into those errors, so combine that with `error` overrides and your code will "never" break.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.