is this possible?

  • qwertzasd
    10th Jul 2019 Member 0 Permalink

    is it possible to change character limit in console?

  • LBPHacker
    10th Jul 2019 Developer 0 Permalink

    It's not. If you want to do something really complicated, plop down a file called thing.lua next to TPT, save your complicated stuff there, and run dofile("thing.lua") in the console. If your stuff is complicated because it involves filtering and changing properties of particles a lot, I suggest you take a look at this script.

    Edited once by LBPHacker. Last: 10th Jul 2019
  • qwertzasd
    10th Jul 2019 Member 0 Permalink

    thanks

  • archived_account
    20th Jul 2019 Member 0 Permalink

    You can create autorun.lua file in tpt folder and put dofile commands (or the whole script) into it. So you will not need to type "dofile" each time.

     

    Also (tested on android version) you can touch-and-drag the divider of scripts and logs (vertical line) to the right side. So you will have more space for commands but less for logs.