Skip to content

Commit eafca01

Browse files
authored
Add priv_store page. (#558)
1 parent ee64788 commit eafca01

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: priv_store
3+
---
4+
5+
> Think of it as a secure account that scripts can't touch.
6+
7+
_- Unknown, ((%Fmarks%.%Qlost_and_found%))_
8+
9+
((%Cpriv_store%)) is a special user that does not take a user slot, cannot be retired, and cannot run any scripts other than ((accts.balance)) and ((accts.xfer_gc_to)).
10+
11+
It can be accessed by entering ((%Cpriv_store%)) or ((%Cuser priv_store%)) into the CLI.
12+
13+
A ((%Cpriv_store%)) user is named similar to an NPC, and can hold up to ((1B337MGC))
14+
15+
You can transfer ((%CGC%)) to your ((%Cpriv_store%)) with ((accts.xfer_gc_to \{ to:"priv_store" \})),
16+
but only when calling it directly in the CLI. Subscripts cannot target ((%Cpriv_store%)).
17+
18+
To target your ((%Cpriv_store%)) in a subscript call, you must enter the actual name of your ((%Cpriv_store%)) user.

0 commit comments

Comments
 (0)