sarcoma Posted February 1, 2025 Share Posted February 1, 2025 how can i write messages to the F9 console, terminal or somewhere else? im trying to debug a mod with "print statements" tried console.log(), no luck Link to comment Share on other sites More sharing options...
Stan` Posted February 1, 2025 Share Posted February 1, 2025 Just use print() error() and warn() If it's an object or array do warn(uneval(obj)); 1 Link to comment Share on other sites More sharing options...
sarcoma Posted February 1, 2025 Author Share Posted February 1, 2025 thank you @Stan` Link to comment 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