Skip to content

Instantly share code, notes, and snippets.

@KungRaseri
KungRaseri / setHomeSector.lua
Last active January 27, 2017 17:14
Avorion server command lua script
--- Place this file in the scripts/commands folder
package.path = package.path .. ";data/scripts/lib/?.lua"
function execute(sender, commandName, ...)
local args = {...}
local x = tonumber(args[1])
local y = tonumber(args[2])