9 lines
258 B
Plaintext
9 lines
258 B
Plaintext
|
|
join vesna center
|
||
|
|
[text_input text="What shold I say?" var="MAGICWORD" placeholder="Expelliarmus!" allow_empty="true"]
|
||
|
|
if {MAGICWORD} == "Rosty Rosty":
|
||
|
|
vesna: That did the trick!
|
||
|
|
[signal arg="MagicWord"]
|
||
|
|
else:
|
||
|
|
vesna: Didn't seem to work...
|
||
|
|
[end_timeline]
|