- ```block {"func":"blockLooksSwitchCostume","values":[{"type":"string","value":"Kittie"}],"next":{"func":"blockControlForever","values":[],"containers":[{"func":"blockControlIf","values":[{"type":"wrapper","func":"valueSensingTouchingSprite","values":[{"type":"string","value":"food bowl"}]}],"containers":[{"func":"blockLooksSwitchCostume","values":[{"type":"string","value":"Kittie eating"}],"next":{"func":"blockControlWait","values":[{"type":"number","value":".2"}],"next":{"func":"blockLooksSwitchCostume","values":[{"type":"string","value":"Kittie"}]}}}],"next":{"func":"blockControlIf","values":[{"type":"wrapper","func":"valueSensingTouchingSprite","values":[{"type":"string","value":"water bowl"}]}],"containers":[{"func":"blockLooksSwitchCostume","values":[{"type":"string","value":"Kittie drinking"}],"next":{"func":"blockControlWait","values":[{"type":"number","value":"0.2"}],"next":{"func":"blockLooksSwitchCostume","values":[{"type":"string","value":"Kittie"}]}}}]}}]}} ```061