Reply To: Developer (debugging) mode on.

Home / Forums / Modders Corner / Mafia Editing / Mafia mods / Developer (debugging) mode on. / Reply To: Developer (debugging) mode on.

Bank Notes: 1,090
August 28, 2012 at 6:53 am #15313
Does somebody know, how to turn on the debugging mode in Mafia?

There are script, that sends debug texts to game and I’d like to read them <img decoding=” data-emoticon=”” srcset=”/wp-content/uploads/invision_emoticons/smile@2x.png 2x” width=”20″ height=”20″>

 

I don’t know how do it, but when I’m debugging scripts I create some debug strings in textdb_xx.def file and I use console_addtext nnnn command, where nnnn is the ID in textdb_xx.def file.

 

You can also use entity_script ssss command, where ssss is the string (directly, not ID) whitout quotations.

It displays new window, but this command works only in human scripts, not standard scripts.