MF99K Posted February 8, 2018 Share Posted February 8, 2018 If so, how would I do this and is it possible to swap ground types (regular vs impassible) using custom commands? Link to comment https://forums.kleientertainment.com/forums/topic/87258-is-it-possible-to-create-custom-console-commands/ Share on other sites More sharing options...
Aquaterion Posted February 8, 2018 Share Posted February 8, 2018 (edited) 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 February 8, 2018 by Aquaterion Link to comment https://forums.kleientertainment.com/forums/topic/87258-is-it-possible-to-create-custom-console-commands/#findComment-1001055 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now