PlayObjectAnimation (Men, happy, IDLE);
SetObjectEnabled (Gad, nil);
PlayObjectAnimation (Gad, death, ONESHOT_STEEL);
This script is for joy and death animations for two creatures. The console gives an error; do I need triggers and "end" here? Or something else? Please provide a correct example.