Category Artwork (Digital) / All
Species Dragon (Other)
Size 1920 x 1920px
File Size 5.79 MB
Listed in Folders
Question == "Leek gives you this look. What's your next move?"
DEBUGGING ENCOUNTER...
if (prompt("Are you hostile?") == true) {
.....action = attack_and_bind
}
.....else {
..........alert("Did you know flamingos weren't born pink?");
.....{
.....if (Reception == Mood_Positive) {
..........alert("Can I ride you please? I always wanted to ride a dragon.");
.....}
.....else {
..........while (Reception == Mood_Negative || Reception == Mood_Neutral) {
..........action = tell_random_fun_fact
.....}
.....alert("Can I ride you please? I always wanted to ride a dragon.");
.....}
}
DEBUGGING ENCOUNTER...
if (prompt("Are you hostile?") == true) {
.....action = attack_and_bind
}
.....else {
..........alert("Did you know flamingos weren't born pink?");
.....{
.....if (Reception == Mood_Positive) {
..........alert("Can I ride you please? I always wanted to ride a dragon.");
.....}
.....else {
..........while (Reception == Mood_Negative || Reception == Mood_Neutral) {
..........action = tell_random_fun_fact
.....}
.....alert("Can I ride you please? I always wanted to ride a dragon.");
.....}
}
FA+

Telles
Comments