Skip to content

Instantly share code, notes, and snippets.

@devast8a
devast8a / 001-Bridge.lua
Created August 6, 2012 12:19
A lua console for the powder toy (powdertoy.co.uk)
-- Really there's no point in using this file.
-- Though if you so desire, just copy it into the same place as console.lua and run both the files.
-- Support cracker's manager
local using_manager = pcall(MANAGER_EXISTS)
if using_manager then
local v = MANAGER_VERSION()
MANAGER = {