bbcode_text = "[b]Hint![/b] When you don’t know how to start something, use the notepad in your inventory! Once in Notepad mode, click on one of the words listed on the notepad, and then on one of the objects on the screen, to perform that verb on the object."
visible_characters = 78
percent_visible = 0.332438
text = "Hint! When you don’t know how to start something, use the notepad in your inventory! Once in Notepad mode, click on one of the words listed on the notepad, and then on one of the objects on the screen, to perform that verb on the object."
text = "So whenever I'm having a hard time multitasking, switching tasks & finding alternative solutions... that means something is hindering my cognitive flexibility..."
text = "So whenever I'm having a hard time multitasking, switching tasks & finding alternative solutions... "
@@ -10,11 +10,26 @@ func interaction(selected, clicked): #selected = item in inventory, clicked = it
match selected:
"Oil":
return "It's not really rusty, I think the whole hinge is broken. I'll need to unscrew the whole thing to get the door off!"
"Placeholder 2":
return "Using Placeholder 2 on A"
"Placeholder 3":
return "Using Placeholder 3 on A"
"Cleaning materials":
return "I don't think soap will loosen this cabinet door. I think the whole hinge is broken. I'll need to unscrew the whole thing to get the door off!"
"Bobby pins":
return "I think the whole hinge is broken. I'll need to unscrew the whole thing to get the door off! Sorry bobby pins... I don't think you can handle this job. Maybe next time."
"Fridge":
match selected:
"Dirty clothes":
return "Better not stick that in there, unless you want frozen clothes."
_:
return "I'm not interested in playing 'Will It Freeze?' today."
"Granola bar":
match selected:
"Nana":
return "Nope! Can't feed a lizard that, that's people food! Her food should be in one of those cabinets."
"Sink":
match selected:
"Dirty clothes":
return "I'm not handwashing all of these clothes! I'd get this done faster if I use the laundry room."
"Nana":
return "I don't think Nana needs a bath."
# Called every frame. 'delta' is the elapsed time since the previous frame.