void EvaluateTag(string tag)
 {
     if (tag.Contains("SFX"))
     {
         SFXController.SFXPlayer(tag);
     }
 }