Update Home
parent
b9007ca93b
commit
be5baf5fc5
2
Home.md
2
Home.md
|
@ -52,7 +52,7 @@ If you want to use the reader's name in `prn/` scope, you can use `Y/n`!
|
||||||
## Additional features
|
## Additional features
|
||||||
|
|
||||||
- `exc/`phrase`/`third-person alternate`/` can be used to differ content by point-of-view. "exc/Pov/s vrb/like/present/ crocodiles/Pov/s vrb/love/present/ crocodiles/" will become "I like crocodiles" in first-person, "You like crocodiles" in second-person, and "They love crocodiles" in third-person.
|
- `exc/`phrase`/`third-person alternate`/` can be used to differ content by point-of-view. "exc/Pov/s vrb/like/present/ crocodiles/Pov/s vrb/love/present/ crocodiles/" will become "I like crocodiles" in first-person, "You like crocodiles" in second-person, and "They love crocodiles" in third-person.
|
||||||
- `cut/_phrase_/_from where_/` or `cut/_phrase_/_from where_/_to where_/` can be used to truncate a variable phrase. If provided, the second number will be treated as relative to the first. *This feature is experimental, so please report any bugs if you notice them!*
|
- `cut/phrase/from where/` or `cut/phrase/from where/to where/` can be used to truncate a variable phrase. If provided, the second number will be treated as relative to the first. *This feature is experimental, so please report any bugs if you notice them!*
|
||||||
- `cut/crocodiles/-6/` will become "croc," with the last six letters being cut off
|
- `cut/crocodiles/-6/` will become "croc," with the last six letters being cut off
|
||||||
- `cut/crocodiles/-6/5/` will become "odile" because it starts six spaces from the end and moves five spaces towards the end
|
- `cut/crocodiles/-6/5/` will become "odile" because it starts six spaces from the end and moves five spaces towards the end
|
||||||
- `cut/seagull/3/` will become "gull," with the first three letters being cut off
|
- `cut/seagull/3/` will become "gull," with the first three letters being cut off
|
||||||
|
|
Loading…
Reference in New Issue