For example I'd like to do a script like this
CONDITION: 'Pizza1' on collision with 'flooor'
ACTION: Wait 5 seconds
CONDITION: Pizza1 on collision with floor (check if it's been touching the floor for 5 seconds, 5 second rule ya know!)
ACTION: make 'Game_Over' visible!
Can I do this in one chain of scripting blocks without using variables?