```js
storage.player.name = 'Bob';
```
play music Theme
show scene Classroom fadeIn
e Hello, {{player.name}}!
```js
storage.evelyn_name = 'Evelyn';
```
show character e Normal center fadeIn
e I'm {{evelyn_name}}.
[[Test menu ->TestMenu]]
[[Continue ->Continue]]player:
name: Player
evelyn_name: "Evelyn"
testCounter: 0Main: monogatari-promo.svg
Classroom: classroom.jpg
Home: home.png
Room: room.jpg
Sea: sea.jpg
Library: library.pngAssetsPath:
root: https://haroldo-ok-2.github.io/twine-monogatari/v0.2.0/Monogatari/assetsp:
Name: "{{player.name}}"
Color: "#ff3951"
e:
Name: "{{evelyn_name}}"
Color: "#00bfff"
Directory: Evelyn
Images:
Normal: normal.png
Mad: hmph!.png
Doubt: uhh.png
Disapointed: ngggg....png
Happy: hehehehe.png
s:
Name: "Sylvie"
Color: "#ffbfbf"
Directory: Sylvie
Images:
Normal: green_normal.png
Doubt: green_surprised.png
Happy: green_giggle.png
[[Increment counter ->IncrementCounter]]
[[Decrement counter |? storage.testCounter > 0 ->DecrementCounter]]
[[Go to beach ->GoBeach]]
[[Restart ->Start]]```js
storage.testCounter++;
```
The counter is now {{testCounter}}.
jump TestMenushow character e Normal left
show character s Normal right fadeIn
s Hi! Haven't we met before?
jump Startshow scene Sea with fadeIn
show character e Happy center fadeIn
e Here we are, isn't the sea beautiful?
jump TestMenuTheme: illurock.mp3```js
storage.testCounter--;
```
The counter is now {{testCounter}}.
jump TestMenu