From dd275e075e104d3aaf5fa131c95eabfe2531fb95 Mon Sep 17 00:00:00 2001 From: matr1x <53655672+matr1x-hackmud@users.noreply.github.com> Date: Sun, 5 Jan 2025 03:18:22 +0100 Subject: [PATCH] Update marks.sync.mdx (#507) --- docs/scripting/trust_scripts/marks.sync.mdx | 23 +++++++-------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/docs/scripting/trust_scripts/marks.sync.mdx b/docs/scripting/trust_scripts/marks.sync.mdx index 405a7506..7ec4b65d 100644 --- a/docs/scripting/trust_scripts/marks.sync.mdx +++ b/docs/scripting/trust_scripts/marks.sync.mdx @@ -14,18 +14,18 @@ NULLSEC ### CLI ``` -marks.sync +marks.sync {confirm:true} ``` ### Script -``` -#ns.marks.sync() -``` +Cannot be called as a subscript. ### Parameters -No known parameters. +#### confirm (required) + +The '((%Nconfirm%))' parameter confirms syncing of your marks to the end of the required marks. ### Return @@ -35,7 +35,7 @@ Returns a string. ``` >>marks.sync -You have fast-forwarded to the end of the marks progression. +Your `Qprotocol` has been fast-forwarded to the end of Trust's required `Qmarks`. Mark :::not_yet_obtained_required_mark::: earned - view further training with marks.available @@ -44,13 +44,4 @@ Mark :::not_yet_obtained_required_mark::: earned - view further training with ma #### Script -Same as CLI. - -## Example - -```js -function(context, args) -{ - return #ns.marks.sync() -} -``` +Cannot be called as a subscript.