From daa59a7835c350a09dcb207c714acf57828137f3 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Mon, 7 Aug 2017 18:22:29 -0400 Subject: Inital Commit --- lua/autorun/setupzones.lua | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lua/autorun/setupzones.lua (limited to 'lua/autorun/setupzones.lua') diff --git a/lua/autorun/setupzones.lua b/lua/autorun/setupzones.lua new file mode 100644 index 0000000..bf1da4a --- /dev/null +++ b/lua/autorun/setupzones.lua @@ -0,0 +1,14 @@ +--[[ + Add a few differnt zone types to sandbox that can be placed around +]] +AddCSLuaFile("zones.lua") +include("zones.lua") + +print("Hello from artery_editor.lua") +if not zones then error("You must have the zones addon installed for artery_editor to work!") return end + + +zones.RegisterClass("artery_town",Color(0,255,255)) +zones.RegisterClass("artery_outpost",Color(0,255,0)) +zones.RegisterClass("artery_huntingground",Color(255,255,0)) +zones.RegisterClass("artery_dungon",Color(255,0,255)) -- cgit v1.2.3-70-g09d2