example
This commit is contained in:
83
example
Normal file
83
example
Normal file
@@ -0,0 +1,83 @@
|
||||
say Agnieszka "To jest najprostszy tekst w tekstboxie!"
|
||||
|
||||
// hej to jest komentarz
|
||||
|
||||
say Agnieszka "To jest najprostszy tekst w tekstboxie!" "Tu jest dużo tekstu."
|
||||
"To by było trochę niekomfortowe trzymać w jednej linii." "Ale wszyscy wiedzą."
|
||||
"Że to nadal Agnieszka."
|
||||
|
||||
say "To jest tekst bez osoby podanej!"
|
||||
|
||||
say Agnieszka b"To jest pogrubione" "A to nie!" b"P""ierwsza litera tylko"
|
||||
|
||||
say Agnieszka i"Hello! This is italicized" "And this isn't"
|
||||
|
||||
say Agnieszka u"This is underlined" "And this isn't."
|
||||
|
||||
say Agnieszka s"This is crossed out" "And this isn't."
|
||||
|
||||
say Agnieszka "This line is instant" w"This line shows up after 1s"
|
||||
|
||||
say Agnieszka "This line is instant" w"This line shows up after 3s"(w:3s)
|
||||
|
||||
say Agnieszka "This line is default colored" c"This line isn't"(c:green)
|
||||
|
||||
say Agnieszka "This line is default font" f"This line isn't"(f:TimesNewRoman)
|
||||
|
||||
say Agnieszka "This line goes by normally" t"This line fast"(t:2x) t"sloooow"(t:.5x)
|
||||
|
||||
say Agnieszka "not clickable" n"This line fast"(n:NAZWA_DO_ODBLOKOWANIA)
|
||||
|
||||
say Agnieszka "not clickable" n"This line fast"(n:NAZWA_DO_ODBLOKOWANIA){
|
||||
say Player "siema to jest wtrącenie jak to klikniesz ktore"
|
||||
"zara zwroci do normalnego wykonywania mordo"
|
||||
} "A tu mówi dalej agnieszka to co mówiła i guess"
|
||||
|
||||
say Agnieszka "This line is instant"
|
||||
wait 10s
|
||||
sprite Agnieszka happy
|
||||
say Agnieszka "This line is instant" w"This line isn't"(w:10s)
|
||||
|
||||
set AGNIESZKA_BOINKED true
|
||||
|
||||
fire EPIC_NIGHT_TIME_EVENT
|
||||
fire EPIC_NIGHT_TIME_EVENT IDK MORE ARGUMENTS EACH WORD IS ARG
|
||||
|
||||
if AGNIESZKA_BOINKED {
|
||||
say Agnieszka "kocham cie OP!! mła młamłamłamłamłamła!!!"
|
||||
} else {
|
||||
say Agnieszka "ale wiesz ze miales szanse..."
|
||||
}
|
||||
|
||||
choice
|
||||
- "Go to the cafeteria" {
|
||||
say Agnieszka "no dobra"
|
||||
}
|
||||
- "Go to class" { set CHOICE2137 "class" }
|
||||
|
||||
if CHOICE2137 == "class" {
|
||||
// then do something idk
|
||||
}
|
||||
|
||||
if AGNIESZKA_LIKE_FACTOR > 20 {
|
||||
say Agnieszka "kocham cie OP!! mła młamłamłamłamłamła!!!"
|
||||
} else if AGNIESZKA_LIKE_FACTOR > 5 {
|
||||
say Agnieszka "Mam do ciebie neutralne podejście."
|
||||
} else {
|
||||
say Agnieszka "NIENAWIDZE CIE!!! RAHHHHHHHHHHHHHH"
|
||||
}
|
||||
|
||||
say Agnieszka "This line is instant"
|
||||
wait 10s skippable
|
||||
sprite Agnieszka happy
|
||||
say Agnieszka "This line is instant" w"This line isn't"(w:10s)
|
||||
|
||||
say Agnieszka "This line is instant"
|
||||
say Agnieszka w"This line isn't"(w:10s)
|
||||
sprite Agnieszka happy
|
||||
|
||||
say Agnieszka "This line is instant" click "Gotta click to read this one"
|
||||
|
||||
say Agnieszka "This line is instant" clicknoskip "Can't even autoclick this one, it's so important."
|
||||
|
||||
nextfile spicy_scene_no_2077
|
||||
Reference in New Issue
Block a user