Jump to content

Tayuh

Member
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Tayuh

  1. I suppose there should be a way to force the scroll down using some console script ?
  2. Thank you for answering Skele, your explanation are very clear, my questions are answered. About handling errors, I suppose restarting the script would do the trick. So I'll just stick to your solution from another post : Quote from Skele : setInterval(function(){ if(!crash.script.isRunning) { crash.script.start() } }, 1000) for hash dice you will likely have to change the "crash" to be "hdg" but after that it should work. Few details about this in case people wonder : -Launch your ingame script. -Write this in the F12 console, press enter --> This will automatically press "Run script" every 1000 miliseconds, if your script is not currently running. --> You may close the F12 console, it'll continue running the script automatically. --> To stop, refresh or close the webbrowser page.
  3. Hey, I was wondering if there's any kind of documentation for crash script or even a list of function ? Or maybe a way to find them ? Because the "help?" section of the game doesn't says much about it and the scripts doesn't seems to show everything. For example, I've seen some people are using "game.history[0].crash" function, not sure what it means exactly yet, but I suppose there are other hidden function such as this one. Also wondering is there's any way to catch error such as "network error" or other kind of system error like theses ? Something like a try catch ? Thanks ! Good luck & Have fun.
×
×
  • Create New...