// Set the same health to two different users.my_function( id1, id2 , health){ set_user_health( id1, health ); set_user_health( id2, health )}