You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-7
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ Persistent state remains throughout your story:
137
137
138
138
```lor
139
139
state
140
-
coffeeBeans: 100 // Track inventory
140
+
coffeeBeans: 100 // Track inventory
141
141
rushHour: false // Is it busy?
142
142
dayNumber: 1 // Which day of the story
143
143
```
@@ -304,13 +304,9 @@ Happy writing!
304
304
305
305
Loreline scripts are written in `.lor` files. See [CoffeeShop.lor](/test/CoffeeShop.lor) and [Minimal.lor](/test/Minimal.lor) as examples.
306
306
307
-
You can write these with any text editor, but the best option is using [Visual Studio Code](https://code.visualstudio.com/) along with the [Loreline Extension](https://marketplace.visualstudio.com/items?itemName=jeremyfa.loreline). This will make your editor support syntax highlighting of `.lor` files, which makes the content much more readable and easy to work with:
307
+
You can write these with any text editor, but the best option available for free is using [Visual Studio Code](https://code.visualstudio.com/) along with the [Loreline Extension](https://marketplace.visualstudio.com/items?itemName=jeremyfa.loreline). This will make your editor support syntax highlighting of `.lor` files, which makes the content much more readable and easy to work with:
308
308
309
-

310
-
311
-
It will also provide code completion and additional info from your script:
312
-
313
-

309
+

0 commit comments