Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
name?
<<textbox "$name" "" "oii">>
<<script>>
postrender["Limit Name"] = function (content, taskName) {
delete postrender[taskName];
$(content).find("#textbox-name")
.attr("maxlength", 20)
.keyup(function(event) {
if (event.target.value.length > 20) {
event.target.value = event.target.value.substring(0, 20);
}
});
};
<</script>>
Hey $name! Would you help me?
[[yes]]
[[no]]
<<type 60ms start 0.5s>>
I need to find words. It's pretty important!!
They have to be the nicest words!
I think my program overloaded with feelings and the rest is [[malfunctioning]]
<</type>>
<span class="sink">[[OH->oi]]</span>
My word game disappeared!! I need your help to be smooth.
<span id= "message">
<<click " -Why? ">>
<<replace #message>><<print "I... I just need to impress someone special.BUT IT'S TOP SECRET, IT'S NOT YOU AAAAAA ">>
<</replace>>
<</click>>
</span>
[[help]]I just need you to answer these:
Your favorite color :<<textbox "$color" "">>
<<script>>
postrender["Limit Name"] = function (content, taskName) {
delete postrender[taskName];
$(content).find("#textbox-color")
.attr("maxlength", 20)
.keyup(function(event) {
if (event.target.value.length > 20) {
event.target.value = event.target.value.substring(0, 20);
}
});
};
<</script>>
Something you love :<<textbox "$love" "">>
<<script>>
postrender["Limit Name"] = function (content, taskName) {
delete postrender[taskName];
$(content).find("#textbox-love")
.attr("maxlength", 20)
.keyup(function(event) {
if (event.target.value.length > 20) {
event.target.value = event.target.value.substring(0, 20);
}
});
};
<</script>>
A better word for pretty?:<<textbox "$pretty" "">>
<<script>>
postrender["Limit Name"] = function (content, taskName) {
delete postrender[taskName];
$(content).find("#textbox-pretty")
.attr("maxlength", 20)
.keyup(function(event) {
if (event.target.value.length > 20) {
event.target.value = event.target.value.substring(0, 20);
}
});
};
<</script>>
A better word for nice:<<textbox "$nice" "">>
<<script>>
postrender["Limit Name"] = function (content, taskName) {
delete postrender[taskName];
$(content).find("#textbox-nice")
.attr("maxlength", 20)
.keyup(function(event) {
if (event.target.value.length > 20) {
event.target.value = event.target.value.substring(0, 20);
}
});
};
<</script>>
[[flirt]]
<<type 60ms start 0.5s>>
<span class="test">
$name
It might seem simple but this is all I want
to watch your face as my world morphs into your shades of $color
surrounded by $love
You have to know this sight is beyond $pretty
Because simple is simply $nice
when it's about you
<<if $name is "Aurora">> [[Amor]]
<</if>>
</span>
<</type>>
[[retry->oi]]<span class="test">
Parece simples porque é
Seu rosto é o que ilumina o dia e acalenta a noite
Te observar naquele instante entre luzes acesas e apagadas
É uma experiência além da beleza
Talvez até
mais que Amor
</span>
[[retry->oi]]