Hey guys!

Due to the unfortunate circumstances of the Coronavirus, or COVID-19, going around; I decided it'd be wise to create a gani displaying your player washing your hands.
This not only is a reminder as to how important it is to wash your hands, but it also has potential to prevent certain real life outbreaks if these children start washing their hands more often in-real life.

Click here to view the animation on YouTube.

The goal is for this to be a command based animation. I have typed up a script that can be added in which if a player says "Covid19" then the animation will play. Not entirely sure if this script is correct, if it's wrong please reply and help me!

PHP Code:
function onCreated() {
     
temp.player.chat "Covid19";
        
temp.player.ani "slade-wash_hands.gani";

Hopefully this can be added in-game so more awareness can be spread on the importance of washing your hands at this unfortunate time! Remember to stay inside and wash those hands!

Thanks!