Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change arbitrary script execution mark from context to unlock #518

Merged
merged 1 commit into from
Jan 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/new_players/marks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The ((%QMarks System%)) is a means of tracking your progression through hackmud.

### How do I access locked scripts?

Many scripts in [[scripts.trust:((scripts.trust))]] - as well as all other scripts uploaded by users - will be locked behind completing a relevant mark challenge. Currently, the ((%Qcontext%)) mark gates the execution of arbitrary user scripts, plus Trust scripts that are not otherwise unlocked during Required Marks.
Many scripts in [[scripts.trust:((scripts.trust))]] - as well as all other scripts uploaded by users - will be locked behind completing a relevant mark challenge. Currently, the '((%Qunlock%))' mark gates the execution of arbitrary user scripts, plus Trust scripts that are not otherwise unlocked during Required Marks.

Running a locked script will inform you of what challenge you must complete to unlock it, including ones which you may not yet have access to.

Expand Down
Loading