1mp3r14l1nt3ll1g3nc3

Sand Console Documentation

Sep 24th, 2019
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. Console Documentation
  2.  
  3. To edit a setting:
  4. s.SETTING_NAME {new_value}
  5.  
  6. To run a function:
  7. f.FUNCTION_NAME {arg1} {arg2} ...
  8.  
  9. Function list:
  10. visabilitymaterials / materialsvisability / materialvis : noargs
  11. Removes materials
  12.  
  13. visabilitylighting / lightingvisability / lightingvis : noargs
  14. Removes shadows and brightens map
  15.  
  16. suicide : noargs
  17. Kills yourself
  18.  
  19. to : string player_name
  20. Teleports you to specified player. partial usernames work
  21.  
  22. stickto : string player_name
  23. Loop teleports you to specified player. partial usernames work
  24.  
  25. unstickto : noargs
  26. Stops loop teleporting you
  27.  
  28. anchorme : noargs
  29. Anchors your body
  30.  
  31. unanchorme : noargs
  32. Unanchors your body
  33.  
  34. sitme : noargs
  35. Makes your character sit
  36.  
  37. sethome : string home_name
  38. Remembers a location for future teleportation
  39.  
  40. home : string home_name
  41. Teleports you to a previously remembered location
  42.  
  43. walkspeed : number new_walkspeed
  44. Changes your characters walkspeed
  45.  
  46. repvar : anytype searchVal, anytype replaceVal
  47. Searches variables in memory and replaces matching values
Advertisement
Add Comment
Please, Sign In to add comment