Skip to content

Commit

Permalink
Update marks.sync.mdx (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
matr1x-hackmud authored Jan 5, 2025
1 parent 068023b commit dd275e0
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions docs/scripting/trust_scripts/marks.sync.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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.

0 comments on commit dd275e0

Please sign in to comment.