Advertisement
Kijan

Untitled

Jul 23rd, 2018
752
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. If you dont know how to editing the script by yourself, here is a small description:
  2. go to this: https://pastebin.com/sCjjzFSg
  3. and copy all raw data
  4. then go into TTS and load the save
  5. click on scripting
  6. then you should get a window with all scripts
  7. look for "Scripts - 75ab50" on the left and click on it
  8. click in the script and press CTRL+A and DEL
  9. now paste your copied text from before with CTRL+V
  10. lastly press the "Save & Play" button at tthe top left
  11.  
  12.  
  13. If you know how to change scripts in TTS here is the line to change:
  14. Line 456:
  15. Wait.condition(function() figure.call("setTyp", {params.monsterDifficulty}) isSpawning = false end, function() return checkLoaded(figure) end)
  16.  
  17. This line should be changed to this line:
  18.  
  19. Wait.condition(function() Wait.frames(function() figure.call("setTyp", {params.monsterDifficulty}) isSpawning = false end, 1) end, function() return checkLoaded(figure) end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement