Thursday, 6 July 2017

How To Use Link-Reveal

Thursday, 6 July 2017 10:18 am
giangtranguyen: (Default)
[personal profile] giangtranguyen
Just copy and paste the code into the passage, then adjust it to your liking.

For example:

(link-reveal: "Lion")[hearted]

How To Use Display

Thursday, 6 July 2017 10:25 am
giangtranguyen: (Default)
[personal profile] giangtranguyen
 Just copy and paste the code into the passage, then adjust it to your liking.

For example:


(display: "Karasuno")

In order for it to work, you need to create a passage with the same name that you are trying to display.

How To Use The Alert

Thursday, 6 July 2017 10:33 am
giangtranguyen: (Default)
[personal profile] giangtranguyen
Just copy and paste the code into the passage, then adjust it to your liking.

For example:

(alert: "Welcome to Karasuno High School.")
 

How To Use Confirm

Thursday, 6 July 2017 10:38 am
giangtranguyen: (Default)
[personal profile] giangtranguyen
Just copy and paste the code into the passage, then adjust it to your liking.

For example:

(set: $toJoin to (confirm: "Would you like to join the boys' volleyball team?"))
giangtranguyen: (Default)
[personal profile] giangtranguyen
Just copy and paste the code into the passage, then adjust it to your liking.

For example:

[[<img src="Kiyoko.png">->Next Passage]]

How To Use Live

Thursday, 6 July 2017 02:48 pm
giangtranguyen: (Default)
[personal profile] giangtranguyen
Just copy and paste the code into the passage, then adjust it to your liking.

For example:

{(live: 0.5s)[
(either: "Hinata!", "Kageyama!", "Tsukishima!", "Yamaguchi!")
]}
giangtranguyen: (Default)
[personal profile] giangtranguyen
Just copy and paste the code into the passage, then adjust it to your liking.

For example:

(link-reveal: "You: <q>Hello.</q>")[
(link-reveal: "Hinata: <q>Hey!</q>")[
(link-reveal: "You: <q>How are you?</q>")[
(link-reveal: "Hinata: <q>Great!</q>")[
(link-reveal: "You: <q>How is the team?</q>")[
(link-reveal: "Hinata: <q>They're great too!</q>")[
You: <q>I would like to see them again.</q>
]
]
]
]
]
]
giangtranguyen: (Default)
[personal profile] giangtranguyen
Just copy and paste the code into the passage, then adjust it to your liking.

For example:

|output>[]
{(set: $count to 0)
(Live: 1s)[(set: $count to it + 1)
(if: $count >= 1)[(replace: ?output)[You: "Hi."]]
(if: $count >= 2)[(append: ?output)[<br>Kageyama: "Hey."]]
(if: $count >= 3)[(append: ?output)[<br>You: "What's up?"]]
(if: $count >= 4)[(append: ?output)[<br>Kageyama: "Not much."]]
(if: $count >= 5)[(append: ?output)[<br>[[Continue]]]]
(if: $count >= 6)[(stop:)]]} 

How To Use Either

Thursday, 6 July 2017 05:08 pm
giangtranguyen: (Default)
[personal profile] giangtranguyen
Just copy and paste the code into the passage, then adjust it to your liking.

For example:


You're (either: "Hinata Shouyou", "Kageyama Tobio", "Tsukishima Kei", "Yamaguchi Tadashi!")!

How To Use A Name Prompt

Thursday, 6 July 2017 05:12 pm
giangtranguyen: (Default)
[personal profile] giangtranguyen
Just copy and paste the code into the passage, then adjust it to your liking.

For example:

(set: $name to (prompt: "What is your name?", "Haruichi"))

How To Use A Name Box

Thursday, 6 July 2017 06:52 pm
giangtranguyen: (Default)
[personal profile] giangtranguyen
Just copy and paste the code into the passage, then adjust it to your liking.

For example:

What is your name?
<<textbox "$name" "Furudate">>
giangtranguyen: (Default)
[personal profile] giangtranguyen
Just copy and paste the code into the passage, then adjust it to your liking.

For example:
 
<<set $name to either("Haruichi", "Retsu", "Kiyoko")>> 

How To Use A Name Prompt

Thursday, 6 July 2017 11:12 pm
giangtranguyen: (Default)
[personal profile] giangtranguyen
Just copy and paste the code into the passage, then adjust it to your liking.

For example:

<<set $name to prompt("What's your name?","Haruichi")>>
Page generated Saturday, 9 August 2025 04:01 am
Powered by Dreamwidth Studios