Jump to content

Recommended Posts

You can do anything in the console. Just make sure your function is global, so if you're creating it in modmain.lua;

function GLOBAL.commandx()
	print("command-x")
end

Are you asking if you could swap land with water and vice versa? I've seen multiple mods do this;

http://steamcommunity.com/sharedfiles/filedetails/?id=828994749

Edited by Aquaterion

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...