Wondering if it where posible to create a hooking system in .Net with LuaInterface This system would be like Garry's Mod
Hook.Add("HookName", "CustomName", Function()
print("Called every time HookName is called)
end
I am dead in my tracks with trying to figure out how this would work...
Thanks