Difference between revisions of "Bot Playground/Faq"
From SmartBots Developers Docs
								| (2 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
; Can scripts read files? : No. The scripts are sandboxed and can't access world outside the sandbox. However, check the "Bug Hunter" program below.  | ; Can scripts read files? : No. The scripts are sandboxed and can't access world outside the sandbox. However, check the "Bug Hunter" program below.  | ||
; Can I crash the server? : Yes, easily. Just write the script which starts a dead loop. During the beta test we don't track and kill such scripts (we will later). So... just act wisely.  | ; Can I crash the server? : Yes, easily. Just write the script which starts a dead loop. During the beta test we don't track and kill such scripts (we will later). So... just act wisely.  | ||
| − | ; Can   | + | ; Can other users access my scripts? : Nobody can. However, check the [[Bot Playground/Bug Hunter program|our Bug Hunter program]].  | 
| + | |||
| + | == Selling your scripts ==  | ||
| + | ; When someone my Playground script, do they have an access to the source code? : No by default. You can set "show sources to the buyer" tho.  | ||
{{NavMenu}}  | {{NavMenu}}  | ||
__NOTOC__  | __NOTOC__  | ||
Latest revision as of 17:52, 15 October 2022
- Is my bot password safe?
 - Yes. We do not store bot and SmartBots account passwords on a sandbox server at all.
 - Can scripts read files?
 - No. The scripts are sandboxed and can't access world outside the sandbox. However, check the "Bug Hunter" program below.
 - Can I crash the server?
 - Yes, easily. Just write the script which starts a dead loop. During the beta test we don't track and kill such scripts (we will later). So... just act wisely.
 - Can other users access my scripts?
 - Nobody can. However, check the our Bug Hunter program.
 
Selling your scripts
- When someone my Playground script, do they have an access to the source code?
 - No by default. You can set "show sources to the buyer" tho.