sarcoma Posted February 1 Report Share Posted February 1 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 Quote Link to comment Share on other sites More sharing options...
Stan` Posted February 1 Report Share Posted February 1 Just use print() error() and warn() If it's an object or array do warn(uneval(obj)); 1 Quote Link to comment Share on other sites More sharing options...
sarcoma Posted February 1 Author Report Share Posted February 1 thank you @Stan` Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.