--[[ 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))