mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 16:56:32 +01:00
Refactoring Concept/Component documentation. Still not done
This commit is contained in:
parent
4f09ef9c05
commit
b3550683b8
42 changed files with 745 additions and 1275 deletions
|
|
@ -109,7 +109,7 @@ In some game styles, players have the ability to create objects and even script
|
|||
|
||||
Regular, untrusted users should never be allowed to execute raw Python
|
||||
code (such as what you can do with the `py` command). You can
|
||||
[read more about Evennia's stance on softcode here](../../../Concepts/Soft-Code.md). If you want users to do limited scripting, it's suggested that this is accomplished by adding more powerful build-commands for them to use.
|
||||
[read more about Evennia's stance on softcode here](../../../Coding/Soft-Code.md). If you want users to do limited scripting, it's suggested that this is accomplished by adding more powerful build-commands for them to use.
|
||||
|
||||
**EvAdventure Answer**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue